Learn Git On The Command Line in Under 10 Minutes (For Beginners)
Learning git is an essential skill and it's really not that difficult, there's really only 10 or so commands you'll use on a regular basis and everything else you can search for how to do when you need it.
Sure you can use a Git GUI but I will always suggest using it from the command line and that's because GUI interfaces change far more frequently, also if you only learn git with a GUI than you're going to have to relearn it when you switch to a new GUI.
If you liked the video remember to like, subscribe and hit the little bell icon below.
Git Log Bash Alias:
alias glg="git log --graph --abbrev-commit --decorate --format=format:'%C(bold green)%h%C(reset) - %C(bold cyan)%aD%C(reset) %C(bold yellow)(%ar)%C(reset)%C(auto)%d%C(reset)%n'' %C(white)%s%C(reset) %C(dim white)- %an%C(reset)' --all"
Git Website:
https://git-scm.com/
My GitHub:
https://github.com/BrodieRobertson
My Twitter:
https://twitter.com/BrodieOnYoutube
Opening music
Music from https://filmmusic.io
"Rocket" by Kevin MacLeod (https://incompetech.com)
License: CC BY (http://creativecommons.org/licenses/by/4.0/)
Ending music
Music from https://filmmusic.io
"Basic Implosion" by Kevin MacLeod (https://incompetech.com)
License: CC BY (http://creativecommons.org/licenses/by/4.0/)