Сообщество IT-специалистов
Ответы на любые вопросы об IT
Профессиональное развитие в IT
Удаленная работа для IT-специалистов
git push --force
.git
git clone --depth=1
find -type f -name .gitignore -delete
git commit -a
git-fsck
git branch -r
-r, --remotes List or delete (if used with -d) the remote-tracking branches.
-a, --all List both remote-tracking branches and local branches.
git add . msg=$@ if [ -z "$msg" ]; then msg="update"; fi git commit -m "$msg" git push origin master -f