Daniel-HarrisNL/droneproject
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
##############################################################################
Sprint Week Projects
Authors: Annette Clark, Nicholas Hodder, Daniel Harris
##############################################################################
If using Cloud9, use the Ubuntu server when setting up the environment.
To work on this this repo:
1. Fork the repository to your GitHub account
2. In terminal use 'mkdir repo' to create a directory
3. Use 'cd (your directory name)'
4. Enter 'git clone https://github.com/danharris-stu/droneproject.git'
5. (Optional) Configure your user settings with:
git config --global user.name "Your name here"
git confid --global user.email "your_email@email.com"
6. Set the origin with:
git remote set-url origin https://github.com/YOUR_GITHUB_USERNAME/droneproject.git
7. After working, add your changes with 'git add .'
8. Commit with 'git commit -m MESSAGE'
9. To update your changes on github use 'git push origin main', you will be prompted for email and password.
10. To merge your work into the main branch navigate to "Pull Requests" on your forked repository and click 'New pull request' followed by 'Create pull request'.