Skip to content

Lyndon-Keyin/droneproject

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

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'.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Python 100.0%