Skip to content

Instantly share code, notes, and snippets.

@ayust
Created February 4, 2012 02:20
Show Gist options
  • Select an option

  • Save ayust/1734518 to your computer and use it in GitHub Desktop.

Select an option

Save ayust/1734518 to your computer and use it in GitHub Desktop.
An pseudo-implementation of "Subversion", via Git.
[alias]
checkout=clone
commit=commit -a && (push || reset HEAD~1)
branch=false
update=pull --squash -Sresolve
merge=merge --squash -Sresolve
add=add --intent-to-add
@ayust

ayust commented Feb 4, 2012

Copy link
Copy Markdown
Author

(Note that these aliases do not actually work, they are intent-descriptive only. This gist is purely for humor purposes.)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment