Skip to content

Conversation

@annimukherjee
Copy link
Member

No description provided.

@annimukherjee
Copy link
Member Author

Learnt how to create a branch, make a commit to that branch and push code to that specific branch.

The last step is to merge the PR to the main branch.

Here's how it goes:

When you're in the main branch,

  1. Execute git branch <branch_name>
  2. Then, do git checkout <branch_name>
  3. Then do the normal git add, git commit workflow.
  4. Finally go git push origin <branch_name>

Then you can open your repo and do a PR into your main branch...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants