-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgithub.txt
More file actions
38 lines (28 loc) · 1012 Bytes
/
github.txt
File metadata and controls
38 lines (28 loc) · 1012 Bytes
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
today / jint edit watchwatch
private
This repository is private. All pages are served over SSL and all pushing and pulling is done over SSH. No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (private) is private.
public
This repository is public. Anyone may fork, clone, or view it.
Every repository with this icon (public) is public.
Description: Jin Tian's TODO List edit
Homepage: http://jint.appspot.com/ edit
Public Clone URL: git://github.com/today/jint.git
Give this clone URL to anyone.
git clone git://github.com/today/jint.git
Your Clone URL:
git@github.com:today/jint.git
Use this clone URL yourself.
git clone git@github.com:today/jint.git
Global setup:
Download and install Git
git config --global user.email today.xa@gmail.com
Next steps:
mkdir jint
cd jint
git init
touch README
git add README
git commit -m 'first commit'
git remote add origin git@github.com:today/jint.git
git push origin master