Ah-Puch / adventofcode2022

Advent of Code 2022

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

git clone git@github.com:Ah-Puch/adventofcode2022.git
git pull  git@github.com: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


Languages

Language:Awk 100.0%