networkstatic

Git Commit Example

May 31st, 2013
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.38 KB | None | 0 0
  1. git add NodeConnector.java
  2. git status
  3. git commit -m "Added reserved port descriptions to comments matching them to the OF Spec in NodeConnector.java and fixed a couple of comment typos"
  4. git config --global user.name "foo bar"
  5. git config --global user.email foo@bar.com
  6. git commit --amend --reset-author
  7. git push  ssh://foobar@git.opendaylight.org:29418/controller.git HEAD:refs/for/master
Advertisement
Add Comment
Please, Sign In to add comment