-
Initial git configuration methods
- Repository clone
git clone https://github.com/hijackdrone/hijackdrone-arduino
- 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)
-
Notifications
You must be signed in to change notification settings - Fork 0
hijackdrone/hijackdrone-arduino
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
No description or website provided.
Topics
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published