Welcome to the Tap Twist Tunes project.
Run this the first time:
git clone https://github.com/zaclolz/T4.git
to add files youve changed for commital
git add .
This will add all changed files. Then run
git commit -m "Enter the changes you made here"
This will commit the files. But for it to really matter, you need to run
git push -u origin master
This will send all files to the server.
Also to get the latest changes, run:
git pull
- Go to File -> Import...
- Select 'Git' dropdown, choose 'Projects from Git'
- Select URI
- Enter 'https://github.com/zaclolz/T4.git' as the URI - The Host and Repo path will be filled out automatically.
- Leave the protocal as 'https'
- Under 'Authentication' enter your Github account credentials as Username and Password, click Next.
- On the next screen, ensure that 'master' is selected, then click next.
- The next page is set up for designating your git directory. I would leave the defaults.
- The next page should show you a working directory, and you should leave the radio buttons selecting `Import Existing Projects'
- On the next page, you should see the sub-folders in the project. One for T4, and one for the tomcat server.
- Click finish.
Commit Test: Austin Janet Ben Andrew