Skip to content

axgle/frame

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Global setup:
  Download and install Git
  git config --global user.name "Your Name"
  git config --global user.email name@126.com
        Next steps:
  mkdir frame
  cd frame
  git init
  touch README
  git add README
  git commit -m 'first commit'
  git remote add origin git@github.com:axgle/frame.git
  git push origin master
      Existing Git Repo?
  cd existing_git_repo
  git remote add origin git@github.com:axgle/frame.git
  git push origin master
      Importing a SVN Repo?
  Click here
      When you're done:
  Continue

Releases

No releases published

Packages

 
 
 

Languages