Skip to content

biznomy/practice

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

practice

Git Commands

Commit Changes to Server

git add .
git commit -m "first commit"
git push -u origin master

Pull Changes from server

git pull