Skip to content

edpsun/Hylps-Utils

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

git clone http://github.com/edpsun/Hylps-Utils.git

Global setup:
 Set up git
  git config --global user.name "Your Name"
  git config --global user.email edpsun@gmail.com
        
Next steps:
  mkdir Hylps-Utils
  cd Hylps-Utils
  git init
  touch README
  git add README
  git commit -m 'first commit'
  git remote add origin git@github.com:edpsun/Hylps-Utils.git
  git push -u origin master
      
Existing Git Repo?
  cd existing_git_repo
  git remote add origin git@github.com:edpsun/Hylps-Utils.git
  git push -u origin master
      
github support https proxy

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published