Github Flow For Pull Requests
-
Create a directory and navigate to it.
-
Initilize the repository.
-
Add code/files.
-
Add the files using git add command.
- Commit the files.
-
Navigate to github and create a new repo and dont initialze the readme file.
-
Add the url of this repository as remote repository.
- Push the code.