-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathreadme.txt
25 lines (20 loc) · 825 Bytes
/
readme.txt
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
Quick setup ¡ª if you¡¯ve done this kind of thing before
Set up in Desktop or
HTTPS
SSH
https://github.com/likeFedor/JilinRecruitment.git
We recommend every repository include a README, LICENSE, and .gitignore.
¡or create a new repository on the command line
echo "# JilinRecruitment" >> README.md
git init
git add README.md
git commit -m "first commit"
git remote add origin https://github.com/likeFedor/JilinRecruitment.git
git push -u origin master
¡or push an existing repository from the command line
git remote add origin https://github.com/likeFedor/JilinRecruitment.git
git push -u origin master
¡or import code from another repository
You can initialize this repository with code from a Subversion, Mercurial, or TFS project.
Import code
ProTip! Use the URL for this page when adding GitHub as a remote.