Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- gc@L-DSCS022 /d/git/gitolite-admin (master)
- $ git status
- On branch master
- Your branch is up-to-date with 'origin/master'.
- Changes not staged for commit:
- (use "git add <file>..." to update what will be committed)
- (use "git checkout -- <file>..." to discard changes in working directory)
- modified: conf/gitolite.conf
- no changes added to commit (use "git add" and/or "git commit -a")
- gc@L-DSCS022 /d/git/gitolite-admin (master)
- $ git pull
- Already up-to-date.
- gc@L-DSCS022 /d/git/gitolite-admin (master)
- $ git commit -m "Removed blank spaces created due to scripts while removing user's access" conf/gitolite.conf
- [master 3c3e6f6] Removed blank spaces created due to scripts while removing user's access
- 1 file changed, 9 insertions(+), 9 deletions(-)
- gc@L-DSCS022 /d/git/gitolite-admin (master)
- $ git push origin master
- Counting objects: 13, done.
- Delta compression using up to 4 threads.
- Compressing objects: 100% (4/4), done.
- Writing objects: 100% (4/4), 483 bytes | 0 bytes/s, done.
- Total 4 (delta 3), reused 0 (delta 0)
- remote: FATAL: load() needs a reponame
- To ssh://gitolite@10.125.1.150:1754/gitolite-admin
- 48b7687..3c3e6f6 master -> master
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement