Skip to content

Latest commit

 

History

45 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 

Repository files navigation

MechanicSiteProject

This site is for handeling mechanic project and entry our data in site.

if you don't with git in project you should first config that

$ git config --global user.name "John Doe"
$ git config --global user.email johndoe@example.com

after for start project you should first clone that

git clone <url>

if you don't have remote you should add

git remote add origin <url>

for create branch

git branch <name>

for set branch on github:

git push -u origin <name> 

ok!

start completed!

for change code:

git add .
git commit -m "description"
git push origin <your branch name>

and for pull code from another branch

git pull origin <branch name>

.

About

No description, website, or topics provided.

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages