Git Aliases I Can’t Live Without
A list of handy Git aliases inspired by the oh-my-zsh suite. - http://bit.ly/2FHPagd
#git
A list of handy Git aliases inspired by the oh-my-zsh suite. - http://bit.ly/2FHPagd
#git
Michał Konarski
Git aliases I can't live without
A list of handy Git aliases inspired by oh-my-zsh suite.
Towards a Better Git History
Matija Marohnić writes about the short and long term value of committing code and explains why we should put more effort into our commits. - http://amp.gs/qKil
#git
Matija Marohnić writes about the short and long term value of committing code and explains why we should put more effort into our commits. - http://amp.gs/qKil
#git
Matija Marohnić
Taking Control of Your Git History: The Importance of Git History
Git is an indispensable tool for recording the history of our source code. This history increases in value the older that project gets; it…
Better git diffs with FZF
FZF is a powerful fuzzy finder. In this tutorial, Rafael Mendiola shows how to do git diffs using FZF. - http://amp.gs/2qW3
#git
FZF is a powerful fuzzy finder. In this tutorial, Rafael Mendiola shows how to do git diffs using FZF. - http://amp.gs/2qW3
#git
Medium
Better git diffs with FZF
git diff can be a little overwhelming sometimes. We can have a cleaner, more efficient experience by adding FZF.
Things You Want to Do in Git and How to Do Them
If you don’t get much further with git than clone, commit, push, and pull, this might help you take some extra steps into its full power. - http://amp.gs/X7bv
#git
If you don’t get much further with git than clone, commit, push, and pull, this might help you take some extra steps into its full power. - http://amp.gs/X7bv
#git
How to handle multiple SSH keys with GitLab
The story goes like this. You have your GitLab for your personal projects as well as one for work. It seems… - http://amp.gs/c54P
#git
The story goes like this. You have your GitLab for your personal projects as well as one for work. It seems… - http://amp.gs/c54P
#git
Using Git commands that will make you look like a senior developer
As a developer you probably need Git on a daily basis. There are lots of articles about basic Git commands… - http://amp.gs/jz5Pg
#git
As a developer you probably need Git on a daily basis. There are lots of articles about basic Git commands… - http://amp.gs/jz5Pg
#git
Medium
Using Git commands that will make you look like a senior developer
As a developer you probably need Git on a daily basis. There are lots of articles about basic Git commands already that explain it better…