Skip to content

Kevin--Wu/Papers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

[git Usage]

git init git add -A(or file name) git commit -m "your comments" git remote add origin [email protected]:cooljacket/Papers.git

// To commit, you should pull the change in the remote server first, then push your new modifications

git pull -u origin master git push

// The above two line is the first to commit, later you can directly use these two line:

git pull git push

About

Reading papers

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published