home
about
blog
about
blog
2020 09 15 git commands
2020-09-15
#shell
#git
#post
there are 3 stages
first you add something,
then you
commit something,
then
upload it
git add .
git commit -m “message”
git push