Ah-Puch/adventofcode2021
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
git clone https://github.com/creideiki/adventofcode2021.git git pull https://github.com/creideiki/adventofcode2021.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>