Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tutorial #15

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions tutorial.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
Pull request for beginners in github
Operating system : windows

1) Firstly,change your directory where you want to clone the repository
for ex: cd Desktop
2) Fork the repository and than clone it (i.e. copy its URL)
3) Now use this command
git clone (URL of repository)
4) Now change the directory to that folder which is created on your directory
5) Now use following commands
git status
git add .
git commit -m "give any message"
6) To final commit
git push origin master
6) finally create the pull request by going into the github account