Skip to content

Instantly share code, notes, and snippets.

@antillas21
Created June 14, 2012 21:14
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 antillas21/2932993 to your computer and use it in GitHub Desktop.
Save antillas21/2932993 to your computer and use it in GitHub Desktop.
Git cleaned the master branch
~/Documents/Apps/StoneGiantLabs/crosstown [master*]$ git clean -xdf
Removing .bundle/
Removing Gemfile.lock
Removing app/
Removing db/
Removing log/
Removing tmp/
Removing vendor/
~/Documents/Apps/StoneGiantLabs/crosstown [master]$ git lg
* 2755b1c - (HEAD, origin/master, origin/HEAD, master) Fixed slider (3 weeks ago) <Steven Price>
* bf18578 - Merge branch 'master' of ssh://git.stonegiantlabs.com:404/crosstown (3 weeks ago) <Steven Price>
|\
| * ee3cf61 - added files nukkah (3 weeks ago) <Kevin Ham>
* | 7eec842 - Added stitic ru file and READ ME (3 weeks ago) <Steven Price>
|/
* d6f7a87 - added website design by SGL (3 weeks ago) <Kevin Ham>
* 3a8a549 - about page and miscellaneous css'ing (3 weeks ago) <Kevin Ham>
* 416a130 - style changes (6 weeks ago) <Kevin Ham>
* f7a103c - Added capistrano and Inital add (6 weeks ago) <Steven Price>
~/Documents/Apps/StoneGiantLabs/crosstown [master]$ git push
Everything up-to-date
~/Documents/Apps/StoneGiantLabs/crosstown [master]$ git checkout 960code
Switched to branch '960code'
~/Documents/Apps/StoneGiantLabs/crosstown [960code]$ git push origin 960code
Everything up-to-date
~/Documents/Apps/StoneGiantLabs/crosstown [960code]$ git lg
* 00355d5 - (HEAD, origin/960code, 960code) Brought existing Rails app in place. Tested it renders fine and contact form works. (17 minutes ago) <Antonio Antillon>
* aa946a9 - Added a base .gitiginore file. (21 minutes ago) <Antonio Antillon>
* 3df4ae0 - Removed project files, in order to bring a Rails app instead. (24 minutes ago) <Antonio Antillon>
* 2755b1c - (origin/master, origin/HEAD, master) Fixed slider (3 weeks ago) <Steven Price>
* bf18578 - Merge branch 'master' of ssh://git.stonegiantlabs.com:404/crosstown (3 weeks ago) <Steven Price>
|\
| * ee3cf61 - added files nukkah (3 weeks ago) <Kevin Ham>
* | 7eec842 - Added stitic ru file and READ ME (3 weeks ago) <Steven Price>
|/
* d6f7a87 - added website design by SGL (3 weeks ago) <Kevin Ham>
* 3a8a549 - about page and miscellaneous css'ing (3 weeks ago) <Kevin Ham>
* 416a130 - style changes (6 weeks ago) <Kevin Ham>
* f7a103c - Added capistrano and Inital add (6 weeks ago) <Steven Price>
~/Documents/Apps/StoneGiantLabs/crosstown [960code]$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment