- All development is done as commits on local
main(akamaster) - see below for some benefit - Everything is done through regular old commits, branches are a (necessary) implementation detail
- Branch creation and updates are mostly automatically managed
- Simple interface, run
git newprandgit updatepr
Showing posts with label VCS. Show all posts
Showing posts with label VCS. Show all posts
Wednesday, September 29, 2021
Git: Stacked Commits
Thursday, May 12, 2016
Friday, January 15, 2016
git-land/git-land
Git extension that merges a pull request or topic branch via rebasing so as to avoid a merge commit.
Thursday, May 1, 2014
Saturday, March 27, 2010
Friday, March 19, 2010
Hg Init: a Mercurial tutorial by Joel Spolsky
For when I want to actually learn a DVCS:
Mercurial is a modern, open source, distributed version control system, and a compelling upgrade from older systems like Subversion. In this user-friendly, six-part tutorial, Joel Spolsky teaches you the key concepts.
Subscribe to:
Posts (Atom)