Skip to content

linesbetween/KiaT-2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Setting Up

  1. clone the git repo to your local folder git clone git@github.com:linesbetween/KiaT-2.git
  2. create your own branch git checkout -b <your branch name>

Workflow

  1. sync local master with master on Github by git checkout master, git pull; sync your branch with master by git checkout <your branch>, git merge master
  2. make changes in your own branch
  3. commit and push change to this repo git add ., git commit -m "<your message>", git push
  4. repeat step 1 untill enough changes are made
  5. create a pull request on Github

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors