On 4/2/21 1:59 PM, Ted Felix wrote:
  The transition from svn to git is complete.

For those that are following along with git for testing, I've confirmed that instead of this:

git fetch --tags
git rebase

  ...you can safely do this:

git pull --tags

  A little bit easier to remember.

For those using the development workflow, you can resync with these commands:

git checkout master
git status

...make sure you have a clean and up to date working copy and then...

git pull --tags upstream ​master
git push --tags ​origin master

(Pull has caused me problems in the past, but it appears to have been the fault of a more primitive workflow.)

  I updated the "Using git" page on the wiki:

https://www.rosegardenmusic.com/wiki/dev:using_git

Ted.


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

Reply via email to