Skip to content

Commit

Permalink
update mi-github-issues.md (fixes open-learning-exchange#3274) (open-…
Browse files Browse the repository at this point in the history
  • Loading branch information
strawberrybread authored Jun 2, 2024
1 parent 201db5e commit 428b6de
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pages/mi/mi-github-issues.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,8 @@ More details in the [previous step](mi-github-and-repositories.md#Summary_of_Ste
To create a new branch, go to your github repo and create it in a similar fashion as the following image:
![Details on Creating a New Branch](image/mi-new-branch.png)

Make sure to use a descriptive name for your branch in the following fashion: *issueNumber-descriptive-branch-name*.

Use `git checkout master` to switch to master branch, then use `git checkout -b <name_of_your_new_branch>` to create and switch to a new branch on your local repository. Make sure to remove the angled brackets (< & >) as they are just place holders. More documentation on checkout can be found [here.](https://git-scm.com/docs/git-checkout)

Now you can go and make the proposed changes to your local files using any text editor you prefer. You can also use VIM or Nano to edit files from the terminal. [This guide on VIM](https://www.vim.org/docs.php ) and [this guide on Nano](https://www.nano-editor.org/docs.php) contain more information on their proper usage. In the future, we recommend you use [Visual Studio Code](https://code.visualstudio.com/) for Planet, VIM for treehouse, and [Android Studio](https://developer.android.com/studio) for Android development.
Expand Down

0 comments on commit 428b6de

Please sign in to comment.