- Repo dedicated to development's project of Gerencia de Configuração de Software @ Unisinos.
- Instal Git on your machine.
- Check if your machine has Git.
git --version
- Go to https://github.com/LuisValgoi/gcs-team
- Fork the project throught the right-up-corner button.
- It will be generated an URL.
- Go to your preference Development Code Folder.
- Clone this URL into your machine (this folder).
git clone https://github.com/LuisValgoi/gcs-team.git
- After you finished your changes, stage it, commit it and push it.
git add .
git commit -am "message"
git push
- Go to https://github.com/LuisValgoi/gcs-team
- Click on right-up-corner Pull-Request button.
- Wait for the Repository's Admin merge your changes.
- After you've forked into your machine the original repository.
- Add remote from original repository in your forked repository.
cd into/cloned/fork-repo
git remote add upstream git://github.com/LuisValgoi/gcs-team.git
git fetch upstream
- Updating your fork from original repo to keep up with their changes:
git pull upstream master
- To see if you have any changes to pull from the original repository
git status upstream master
- Pedro Plumer (Dev)
- Phone: 9 992320-030
- E-mail: [email protected]
- Gustavo Spadotto (Dev)
- Phone: 9 9680-5393
- E-mail: [email protected]
- Felipe Flores (Manager / Build)
- Phone: 9 9661-1076
- E-mail: [email protected]
- E-mail: [email protected]
- Katieli Dieter (Tester / PO)
- Phone: 9 96309118
- E-mail: [email protected]
- Luis Valgoi (Dev)
- Phone: 9 97079544
- E-mail: [email protected]