git hacks, do all this with one command #shorts

preview_player
Показать описание

Рекомендации по теме
Комментарии
Автор

git commit -am "hello"; git push
Note: git commit -am may not stage new files

abhiraj
Автор

Not work if you add a new file to repo, only works when you are just editing existing file in git. And semicolon use for writing multiple commands.

system