Skip to content

3kynox/1ARC

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 

Repository files navigation

1ARC

Git Usage Reminder

Console

  • Open console (Windows Start Menu and type CMD)
  • Chose an empty folder location (DOS commands: CD - CD .. - DIR)

Cloning the Repository

Pulling changes

  • git pull (import last commits)

Commmits

If there is new files to add

  • git add .

And then :

  • git commit -am "My commit message"
  • git push

Misc commands

  • git status
  • git diff
  • git log

About

ASC1 Architecture Project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published