-
Notifications
You must be signed in to change notification settings - Fork 0
/
firstcommit
114 lines (79 loc) · 1.97 KB
/
firstcommit
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
GitHub GitHub
Explore
Gist
Blog
Help
puresteelzhang
1
public puresteelzhang / zhaoyouyou
Code
Network
Pull Requests 0
Issues 0
Wiki
Graphs
Global setup:
Set up git
git config --global user.name "Your Name"
git config --global user.email [email protected]
Add your public key
Next steps:
mkdir zhaoyouyou
cd zhaoyouyou
git init
touch README
git add README
git commit -m 'first commit'
git remote add origin https://github.com/puresteelzhang/zhaoyouyou.git
git push -u origin master
Existing Git Repo?
cd existing_git_repo
git remote add origin https://github.com/puresteelzhang/zhaoyouyou.git
git push -u origin master
Importing a Subversion Repo?
Check out the guide for step by step instructions.
When you're done:
Continue
GitHub Links
GitHub
About
Blog
Features
Contact & Support
Training
GitHub Enterprise
Site Status
Clients
GitHub for Mac
GitHub for Windows
GitHub for Eclipse
GitHub Mobile Apps
Tools
Gauges: Web analytics
Speaker Deck: Presentations
Gist: Code snippets
Extras
Job Board
GitHub Shop
The Octodex
Documentation
GitHub Help
Developer API
GitHub Flavored Markdown
GitHub Pages
Terms of Service
Privacy
Security
© 2012 GitHub Inc. All rights reserved.
Dedicated Server Powered by the Dedicated Servers and
Cloud Computing of Rackspace Hosting
测试改变。
提交人员测试。
Committer: hawkflying <hawkflying@hawkflying-ThinkPad-E420.(none)>
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 [email protected]
After doing this, you may fix the identity used for this commit with:
git commit --amend --reset-author