Skip to content

Latest commit

Β 

History

History
17 lines (11 loc) Β· 338 Bytes

README.md

File metadata and controls

17 lines (11 loc) Β· 338 Bytes

git status (Check if there are "red" files)

[If "red" files] git add .

[Check if all the files are "green"] git status

git commit -am "Your commit title"

[Pull the current master to the local] git pull origin master

[Push your update's to the remote brunch] git push origin BrunchName

Make the pull request in the GitHub website