Skip to content
This repository has been archived by the owner on Sep 25, 2019. It is now read-only.

junxy/discuz-nt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Global setup:
 Set up git
  git config --global user.name "abc"
  git config --global user.email [email protected]
        
 Next steps:
  mkdir discuz-nt
  cd discuz-nt
  git init
  touch README
  git add README
  git commit -m 'first commit'
  git remote add origin [email protected]:junxy/discuz-nt.git
  git push -u origin master
      
 Existing Git Repo?
  cd existing_git_repo
  git remote add origin [email protected]:junxy/discuz-nt.git
  git push -u origin master
      
 Importing a Subversion Repo?
  Click here
      
 When you're done:
  Continue

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published