Skip to content
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