Advertisement
jcrotty

Untitled

Sep 2nd, 2011
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.75 KB | None | 0 0
  1. jcrotty@rplocal [10:46:43] ~/git/messageparser-master
  2. (mvn=)$ git st
  3. # On branch mvn
  4. nothing to commit (working directory clean)
  5.  
  6. jcrotty@rplocal [10:46:51] ~/git/messageparser-master
  7. (mvn=)$ git branch -a
  8.   master
  9. * mvn
  10.   remotes/origin/HEAD -> origin/master
  11.   remotes/origin/feedbackreport
  12.   remotes/origin/master
  13.   remotes/origin/mvn
  14.   remotes/origin/origin
  15.  
  16. jcrotty@rplocal [10:46:55] ~/git/messageparser-master
  17. (mvn=)$ git submodule add ssh://gerrit/global-config.git resources/global-config
  18. 'resources/global-config' already exists in the index
  19.  
  20. jcrotty@rplocal [10:46:58] ~/git/messageparser-master
  21. (mvn=)$ git rm -r resources/global-config
  22. rm 'resources/global-config'
  23. fatal: git rm: 'resources/global-config': Operation not permitted
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement