Skip to content

Commit d87bdaf

Browse files
authored
fix wording of random tip (#4488)
remove a superfluous word
2 parents 326e7e8 + 80e2e76 commit d87bdaf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/gui/command_log_panel.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ func (gui *Gui) getRandomTip() string {
167167

168168
// general advice
169169
"`git commit` is really just the programmer equivalent of saving your game. Always do it before embarking on an ambitious change!",
170-
"Try to separate commits that refactor code from commits that add new functionality: if they're squashed into the one commit, it can be hard to spot what's new.",
170+
"Try to separate commits that refactor code from commits that add new functionality: if they're squashed into one commit, it can be hard to spot what's new.",
171171
"If you ever want to experiment, it's easy to create a new branch off your current one and go nuts, then delete it afterwards",
172172
"Always read through the diff of your changes before assigning somebody to review your code. Better for you to catch any silly mistakes than your colleagues!",
173173
"If something goes wrong, you can always checkout a commit from your reflog to return to an earlier state",

0 commit comments

Comments
 (0)