hqin2@tg-login1:/brashear/hqin2> mkdir blacklight
hqin2@tg-login1:/brashear/hqin2> cd blacklight/
hqin2@tg-login1:/brashear/hqin2/blacklight> touch blacklight-test.txt
hqin2@tg-login1:/brashear/hqin2/blacklight> git init
Initialized empty Git repository in /brashear/hqin2/blacklight/.git/
hqin2@tg-login1:/brashear/hqin2/blacklight> git add *
hqin2@tg-login1:/brashear/hqin2/blacklight> git commit -m "blacklight first"
[master (root-commit) f6be4d0] blacklight first
Committer: Hong Qin <hqin2@tg-login1.blacklight.psc.teragrid.org>
Your name and email address were configured automatically based
on your username and hostname. Please check that they are accurate.
You can suppress this message by setting them explicitly:
git config --global user.name "Your Name"
git config --global user.email you@example.com
After doing this, you may fix the identity used for this commit with:
git commit --amend --reset-author
1 file changed, 0 insertions(+), 0 deletions(-)
create mode 100644 blacklight-test.txt
hqin2@tg-login1:/brashear/hqin2/blacklight> git remote add origin https://github.com/hongqin/blacklight.git
hqin2@tg-login1:/brashear/hqin2/blacklight> git push --force origin master
/* nothing happens after runnign the above lines on blacklight */
No comments:
Post a Comment