Command shortform


/ Published in: SVN
Save to your folder(s)

This is just a collection of shortened SVN commands (may take a split-second of time less than normal)


Copy this code and paste it in your HTML
  1. svn st = svn status
  2. svn ci = svn commit
  3. svn up = svn update
  4. svn di = svn diff
  5. svn co = svn checkout
  6. svn mv = svn move
  7. svn cp = svn copy
  8. svn rm = svn delete
  9. svn ls = svn list
  10. svn h = svn help

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.