On 3/28/21 5:58 AM, D. Michael McIntyre wrote:
> I think it's
> well past time for the project to move on and leave me behind.

I can put together a git cheat-sheet that follows svn. Something like this but with a little more detail:

svn update
  - git fetch
  - git rebase

svn commit
  - git add
  - git commit -a
  - git push

Rules of thumb
  - Avoid "git pull" even if git tells you to use it.

  git does a svn workflow fairly easily.

Ted.


_______________________________________________
Rosegarden-devel mailing list
Rosegarden-devel@lists.sourceforge.net - use the link below to unsubscribe
https://lists.sourceforge.net/lists/listinfo/rosegarden-devel

Reply via email to