mike0004 / gitrepodemo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

gitrepodemo

This project is to help getting familiar with git nuances without fear of corrupting a shared repository.

To run:

$./reset-repos.sh

This will create a new local repository and two working dirs. Each of the working dirs represents a different user, wd1 and wd2.

After you have initialized the repos, go into wd1 and wd2 and make changes, commit code, push and pull and see how the commits work via the various git status commands.

About


Languages

Language:Shell 57.6%Language:Java 31.2%Language:Groovy 11.3%