Testing, self study and sharing
Electronic stuff.
usefull git command in terminal :
after local update :
git add *
git commit -m "update message"
git push origin master
( or another branch )
after online update from github :
on local folder:
git pull