Skip to content

abprymenko/AutoProcess

Repository files navigation

AutoProcess

Automatic process update  

Commands:


  • INIT
git init
  • CLONE
git clone https://github.com/abprymenko/AutoProcess.git

... perform some manipulations with a code ...

  • STATUS
git status --short
  • ADD
git add .
  • COMMIT
git commit -a -m "Your_commit_message"
  • BRANCH
git branch -M master
  • REMOTE
git remote add origin https://github.com/abprymenko/AutoProcess.git
  • PUSH
git push -u origin master

About

Automatic process update

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages