Replies: 1 comment
-
The same workflow as you would have with As for pulling from a remote, you'll have only one merge commit (by default), you can't really split that up. You could pull without a merge commit and then manually commit that as usual if you really want to. But look into |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Not too knowledgeable about git. Lazygit (& git?) seems oriented to batching of files. But I like to have one commit message per file. Similarly when pulling from a remote I like to separately evaluate each file's merge. What's my suggested Lazygit workflow where there are 2+ files involved?
Beta Was this translation helpful? Give feedback.
All reactions