Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Latest changes and push done to gitolite-admin repo
- ---------------------------------------------------
- Gaurav.Chhabra@L-DSCS022 /d/git/gitolite-admin/conf (master)
- $ git status
- On branch master
- Your branch is up-to-date with 'origin/master'.
- Changes to be committed:
- (use "git reset HEAD <file>..." to unstage)
- deleted: .reviewboardrc
- deleted: MySQLDB/README
- deleted: SCM
- deleted: ShippingCommonUtils
- deleted: content_management_service
- deleted: onecheck_android
- deleted: special-Instruction/README
- deleted: vector
- Gaurav.Chhabra@L-DSCS022 /d/git/gitolite-admin/conf (master)
- $ git commit -m "Removed few unwanted directories that somehow got created in conf directory"
- [master 7e05ebb] Removed few unwanted directories that somehow got created in conf directory
- 8 files changed, 59 deletions(-)
- delete mode 100644 conf/.reviewboardrc
- delete mode 100644 conf/MySQLDB/README
- delete mode 160000 conf/SCM
- delete mode 160000 conf/ShippingCommonUtils
- delete mode 160000 conf/content_management_service
- delete mode 160000 conf/onecheck_android
- delete mode 100644 conf/special-Instruction/README
- delete mode 160000 conf/vector
- Gaurav.Chhabra@L-DSCS022 /d/git/gitolite-admin/conf (master)
- $ git status
- On branch master
- Your branch is ahead of 'origin/master' by 1 commit.
- (use "git push" to publish your local commits)
- nothing to commit, working directory clean
- Gaurav.Chhabra@L-DSCS022 /d/git/gitolite-admin/conf (master)
- $ git push origin master
- Counting objects: 9, done.
- Delta compression using up to 4 threads.
- Compressing objects: 100% (3/3), done.
- Writing objects: 100% (3/3), 343 bytes | 0 bytes/s, done.
- Total 3 (delta 2), reused 0 (delta 0)
- remote: FATAL: load() needs a reponame
- To ssh://gitolite@10.125.1.150:1754/gitolite-admin
- 1640eff..7e05ebb master -> master
- ---------------------------------------------------
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement