This repository was archived by the owner on Sep 25, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 6
License
junxy/discuz-nt
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
Global setup:
Set up git
git config --global user.name "abc"
git config --global user.email abc@abc.com
Next steps:
mkdir discuz-nt
cd discuz-nt
git init
touch README
git add README
git commit -m 'first commit'
git remote add origin git@github.com:junxy/discuz-nt.git
git push -u origin master
Existing Git Repo?
cd existing_git_repo
git remote add origin git@github.com:junxy/discuz-nt.git
git push -u origin master
Importing a Subversion Repo?
Click here
When you're done:
ContinueAbout
No description, website, or topics provided.
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published