Git memento

From Nasqueron Agora

Share a branch

If the repository uses the devserver /datacube/git folder:

   git switch -c foo
   git push datacube foo 

To share again:

   git switch -c foo
   git push datacube foo -f

Edit a change

   git status
   git add <the files modified>
   git commit --amend
   arc diff HEAD^