Changes between Version 1 and Version 2 of Ticket #16295, comment 54
- Timestamp:
- 06/04/14 13:44:57 (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #16295, comment 54
v1 v2 17 17 }}} 18 18 19 your command worked but it creates a new branch and that is inoptimal20 19 21 {{{22 $ git push trac HEAD:public/1629523 Counting objects: 13, done.24 Delta compression using up to 4 threads.25 Compressing objects: 100% (7/7), done.26 Writing objects: 100% (7/7), 937 bytes, done.27 Total 7 (delta 6), reused 0 (delta 0)28 To git@trac.sagemath.org:sage.git29 * [new branch] HEAD -> public/1629530 31 }}}32