Skip to content

RowEchelonForm/HinduCyborg

Repository files navigation

Dharma

Repository for Dharma game made with Unity 5.6.0f3.

ITIA9 Game Project course at University of Tampere, 2017.

Team: Hindu Cyborgs


Below are instructions for using Git:

With Git Bash:

Configure Git (optional but recommended):

  • git config --global user.name "[your name]"
  • git config --global user.email "[your email address]"

Cloning the project to your PC (use HTTPS if you use a SourceTree, SSH only if you've generated an SSH key):

Before you start to your work:

  • git pull (pulls the changes from the global repository master branch)

After making changes to the project and stuff (you'll need to be a contributor to contribute to this project):

  • git add [file_name] OR
  • git add --all (this adds the file(s) to be tracked by Git) AND
  • git commit -m "your commit message" (this will commit the changes to YOUR LOCAL repository) AND
  • git push (this will push the changes to THE GLOBAL repository)

If something weird happens when you push, there are probably changes in the global repository and you must pull them first. Then you will need to merge the files if there are conflicts (Git will merge automatically if there are no confilcts). If you think this is confusing, use a GUI, e.g. SourceTree. If you hate typing in your username and password all the time, use SSH or a GUI.

About

Game project course

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published