Best Git Aliases

preview_player
Показать описание
Git is a staple in the developer workflow and typing the same commands over and over can be wasteful. Here are a few aliases I use for git that help me be more productive.

Gear:

0:00 Intro
0:18 git status
1:23 Git add
2:04 git add -p
3:13 git commit -m
3:44 git checkout
4:12 git stash save -u
4:52 git stash pop
5:06 git add . && git commit -m
5:48 git lg (custom gitconfig)

Music:
Dreams - Bensound

Ending Music:
Creative Commons — Attribution 3.0 Unported — CC BY 3.0

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

If you are interested in more content about Git or Version Control then please let me know in the comments!

ascourter
Автор

I prefer using "git status -s" which is a more minimalistic version of "git status"

lucasrmendonca