My FeedDiscussionsBookmarks
Write
GitHub
GitHub
#github
149.6K followers·7.2K articles

GitHub is a Web-based Git repository hosting service. It offers all of the distributed revision control and source code management (SCM) functionality of Git as well as adding its own features. GitHub

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