|
|
|
|
|
by chayleaf
1630 days ago
|
|
you can use separate dev/release branches, and do something like "git diff master" (if you dont git push, you don't even need a separate branch, git diff origin/master works, but you lose half the point of frequent commits then) |
|