|
|
|
|
|
by snprbob86
5191 days ago
|
|
Tell your team to add these aliases to their .gitconfig: [alias]
l = log --oneline --decorate --graph
la = log --oneline --decorate --graph --all
--online --graph : Will really help visual learners--decorate : Makes it super obvious how labels and tags work --all : Extends the usefulness of --decorate to branches and remotes |
|