Skip to content

Instantly share code, notes, and snippets.

@MischaTheEvil
Created February 12, 2010 14:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save MischaTheEvil/302611 to your computer and use it in GitHub Desktop.
Save MischaTheEvil/302611 to your computer and use it in GitHub Desktop.
===
To GitHub
===
[mischa@server redmine_collapse]# git remote add origin git@github.com:MischaTheEvil/redmine_collapse.git
[mischa@server redmine_collapse]# git push origin --all
Counting objects: 520, done.
Compressing objects: 100% (452/452), done.
Writing objects: 100% (520/520), 74.55 KiB, done.
Total 520 (delta 315), reused 0 (delta 0)
To git@github.com:MischaTheEvil/redmine_collapse.git
* [new branch] master -> master
[mischa@server redmine_collapse]# git push origin 030509_2253-EdavisRubyism
Counting objects: 311, done.
Compressing objects: 100% (238/238), done.
Writing objects: 100% (262/262), 39.96 KiB, done.
Total 262 (delta 175), reused 0 (delta 0)
To git@github.com:MischaTheEvil/redmine_collapse.git
* [new branch] 030509_2253-EdavisRubyism -> 030509_2253-EdavisRubyism
[mischa@server redmine_collapse]#
===
Output of "git branch -a"
===
[mischa@server redmine_collapse]# git branch -a
* master
0.1-RELEASE
0.2-RELEASE
030509_2253-EdavisRubyism
030509_2253-EdavisRubyism@171
060409_1001-ThemeRespection
060409_1001-ThemeRespection@171
060409_2220-RailsI18N
060409_2220-RailsI18N@171
070409_0104-NestedProjects
070409_0104-NestedProjects@171
140409_1033-MenusTab
140409_1033-MenusTab@171
tags/0.1.0
tags/0.2.0
tags/0.2.0-RC1
tags/0.2.0-RC2
tags/0.2.0-RC3
tags/0.2.1
tags/0.2.2
trunk
===
Output of "git tag"
===
[mischa@server redmine_collapse]# git tag
[mischa@server redmine_collapse]#
===
Current Repo structure
===
*
|- branches
| |- 0.1-RELEASE
| |- 0.2-RELEASE
| |- feature_branch1
| |- feature_branch2
| |- ...
|- tags
| |- 0.1.0
| |- 0.1.x
| |- ...
|- trunk
===
Old Repo structure
===
*
|- branches
| |- 0.1-RELEASE
| |- 0.2-RELEASE
| |- ...
|- sandbox
| |- feature_branch1
| |- feature_branch2
| |- ...
|- tags
| |- 0.1.0
| |- 0.1.x
| |- ...
|- trunk
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment