Skip to content

hijackdrone/hijackdrone-arduino

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

  • Initial git configuration methods

    1. Repository clone
    git clone https://github.com/hijackdrone/hijackdrone-arduino
    1. git init & remote with git hub repository
    # move to specific folder with 'cd' 
    git init
    git remote add origin https://github.com/hijackdrone/hijackdrone-arduino
  • After modifying some code -> add, commit, push

    git add .
    git commit -m "write message about your changes"
    git push origin master # git push origin (your branch name)

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published