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
From here you can access the compare page or delete a branch with a click of a button.
120
120
121
-

122
-
123
-
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:

130
-
131
-
To see the merged branches, append `?merged=1` to the URL.
132
-
133
-

134
-
135
-
This view allows you to delete branches easily from the page, without using the command-line.
121
+

136
122
137
123
#### Comparing Branches
138
124
To use GitHub to compare branches, change the URL to look like this:
0 commit comments