-
Notifications
You must be signed in to change notification settings - Fork 0
wei2009/3kfb
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
test Global setup: Set up git git config --global user.name "Your Name" git config --global user.email [email protected] Next steps: mkdir 3kfb cd 3kfb git init touch README git add README git commit -m 'first commit' git remote add origin [email protected]:wei2009/3kfb.git git push -u origin master Existing Git Repo? cd existing_git_repo git remote add origin [email protected]:wei2009/3kfb.git git push -u origin master Importing a Subversion Repo? Check out the guide for step by step instructions. When you're done: Continue
About
3kfb book.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published