jSplunk / ChainRapper

Brains Eden 2019 Game Jam
Apache License 2.0
0 stars 0 forks source link

Gitbash tutorial #1

Open GryffDerrick opened 5 years ago

GryffDerrick commented 5 years ago

git bash:

navigate to folder

git status

git checkout

git status

git add -A

git commit -m "name of commit"

git status

git push origin Timer