You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you go to (click the branches link next to commits):
104
+
If you go to the repo's [Branches](https://github.com/tiimgreen/github-cheat-sheet/branches) page, next to the Commits button:
105
105
106
106
```
107
107
https://github.com/{user}/{repo}/branches
108
108
```
109
109
110
-
You would see a list of all branches which are not merged into the main branch (e.g. `master`).
110
+
... you would see a list of all branches which are not merged into the main branch.
111
111
112
-
You could go to the compare page or delete a branch with a click of a button.
112
+
From here you can access the compare page or delete a branch with a click of a button.
113
113
114
114

115
115
116
-
However often you need to compare branches to a branch other than `master` (e.g. `development`). Just append the name of the branch to the URL like so:
116
+
However, often you need to compare branches to a branch other than `master` (e.g. `development`). To do this, append the URL with the name of the branch like so:

123
123
124
-
If you want to see the merged branches you need to append `?merged=1` to the URL. There is a link of that on top.
124
+
To see the merged branches, append `?merged=1` to the URL.
125
125
126
126

127
127
128
-
This view is very nice if you want to find out which branches to delete (and delete them right from the page) right on GitHub.com.
128
+
This view allows you to delete branches easily from the page, without using the command-line.
129
129
130
130
### Comparing Branches
131
131
To use GitHub to compare branches, change the URL to look like this:
0 commit comments