My FeedDiscussionsBookmarks
Write
Git
Git
#git
18.3K followers·5.2K articles

Git is a widely used version control system for software development. It is a distributed revision control system with an emphasis on speed, data integrity, and support for distributed, non-linear workflows.

Popular this week 🔥
Jannik Wempe
Vamsi Rao
Lakshya Thakur
Vamsi Rao and 1 other are discussing this2 people are discussing this
Vamsi Rao
This is super useful, setting it up right now. Would also love to read an article on the aliases you have set in your git config. I recently setup rb alias (for recent branches) for listing the last 7 branches I've visited in the current repo. Use it quite often ✨ rb = for-each-ref --count=7 --sort=-committerdate refs/heads/ --format='%(refname:short)'
20