Skip to content
 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Global setup:

Set up git

git config --global user.name "kev++"
git config --global user.email gotovoid@gmail.com

Next steps:

mkdir dot
cd dot
git init
touch README
git add README
git commit -m 'first commit'
git remote add origin git@github.com:gotovoid/dot.git
git push -u origin master

Existing Git Repo?

cd existing_git_repo
git remote add origin git@github.com:gotovoid/dot.git
git push -u origin master

Importing a Subversion Repo?

Check out the guide for step by step instructions.

When you're done:

Continue

END

About

配制文件

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors