Skip to content

Instantly share code, notes, and snippets.

@djanatyn
Created May 6, 2014 22:58
Show Gist options
  • Save djanatyn/8b919fceb40779bf60d2 to your computer and use it in GitHub Desktop.
Save djanatyn/8b919fceb40779bf60d2 to your computer and use it in GitHub Desktop.
shell01 :: puppet3/modules/deploy ‹master*› % git status
# On branch master
# Changes to be committed:
# (use "git reset HEAD <file>..." to unstage)
#
# modified: manifests/init.pp
# new file: templates/branch_change.rb.erb
#
shell01 :: puppet3/modules/deploy ‹master*› % git up
Fetching origin
stashing 2 changes
master up to date
unstashing
shell01 :: puppet3/modules/deploy ‹master*› % git commit -m "add branch change script to shell01"
[master 60643c7] add branch change script to shell01
1 file changed, 43 insertions(+)
create mode 100644 modules/deploy/templates/branch_change.rb.erb
shell01 :: puppet3/modules/deploy ‹master*› % git push
Counting objects: 10, done.
Delta compression using up to 8 threads.
Compressing objects: 100% (6/6), done.
Writing objects: 100% (6/6), 1.07 KiB, done.
Total 6 (delta 4), reused 0 (delta 0)
To git@github.com:cytobank/puppet3.git
9ac2ac8..60643c7 HEAD -> master
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment