Skip to content

annaship/site2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

98 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Global setup:
 Download and install Git
  git config --global user.name "Your Name"
  git config --global user.email [email protected]
        
Next steps:
  mkdir gallerysite
  cd gallerysite
  git init
  touch README
  git add README
  git commit -m 'first commit'
  git remote add origin [email protected]:basjargsu/gallerysite.git
  git push origin master

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published