Git Commands
-
git pull
-
git add .
-
git commit -m "message"
-
git push
-
git commit --amend -m "변경할 message"
-
git reset --hard "commit code"
-
git push --force "branch"
-
git branch -r
-
git branch -a
-
git checkout "branch"
git pull
git add .
git commit -m "message"
git push
git commit --amend -m "변경할 message"
git reset --hard "commit code"
git push --force "branch"
git branch -r
git branch -a
git checkout "branch"