Northglenn Educational Resource Organizer for Android Devices
Instructions for Git:
- Download Git
- Make a GitHub account
- Tell Caleb that account info
- Open shell
- Do "git clone " (This will copy the online directory to your computer) Android clone link: https://github.com/866221/NERO-android.git iOS clone link: https://github.com/866221/NERO-ios.git Repeat: 5.5. Repeat step 4
- Navigate to cloned directory with "cd "
- Make changes
- Save files/changes to cloned folder named after repository
- Do "git add -A" to add all files or "git add " while in correct directory
- Do "git commit -m """(must have quotes around it) If you forget the "-m" or endquote do "esc" and type ":wj" to escape
- Do "git push" (you may need to type password and username)
- Do "git pull" every few hours while working to update your repository with the master
- GOTO Repeat