Skip to content

penaagp-dev/gen7_learning_2020

Repository files navigation

How To Contribute

Fork

Fork this repository and clone to your local

Branch

After clone repo then create branch for your work

git checkout -b your_branch

Next edit your changes or add your folder

Add

After changes your code next to add in stages type this command

git add path_file

or folder

git add path_folder/

or all changes

git add .

Commit

To adding messages if your change add commit message

git commit -m "your message"

Push

Next if you sync to origin remote repo

git push origin your_branch

Notes: if problem for your push dont forget update your branch for upstream repo see this link

If all complete next open github and then make your pull request

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 16