Chartreuse Project
Project Main Branch: master
Steps to take to add to your project
Tools needed: git - https://git-scm.com/downloads, git-lfs - https://github.com/git-lfs/git-lfs/releases
Steps to Install on your PC
-
Install above tools
-
Go to the link provided and take a clone of the repository
-
There are 2 ways to do
- Command line: git pull https://github.com/theL0neGunman/chartreuse
- Downloading zip or the archive file in
, if you have done this you need to extract the project
-
After taking a pull go to unity hub open project and open the folder where you downloaded the repository
-
Open command prompt/terminal in the folder you have the repository, it will be a handy tool
-
In the command prompt checkout to a branch called dev: git checkout origin dev or git checkout dev
-
Then take git pull, if the branch is not appearing use command : git fetch
-
Once that is done, you will have to create a branch of your own to make your necessary changes for that you can use the command git checkout -b "Your branch Name"(Ignore the inverted "")
-
This will create a new branch, from your branch we can merge PR's to the dev branch and then to the master branch.
-
Working on the project.