Skip to content

Ah-Puch/adventofcode2022

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

git clone https://github.com/creideiki/adventofcode2021.git
git pull https://github.com/creideiki/adventofcode2021.git

git clone [email protected]:Ah-Puch/adventofcode2022.git
git pull  [email protected]:Ah-Puch/adventofcode2022.git

git push -u origin master

git status
git checkout devel
git status
git add <fil>
git commit -m "blaha"
git push


------------
Checka vilka branches man har och vilken som är aktiv:
git branch -l

Skapa en branch <branch> och checka ut den:
git checkout -b <branch>

Byt till branch <branch>:
git checkout <branch>

About

Advent of Code 2022

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages