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
Fixes#2812
## Release notes
Added several new commends for manipulating your local changes with
`git`:
`"git stage <target>"` to stage changes
`"git unstage <target>"` to unstage changes
`"git revert <target>"` to revert changes
`"git accept <target>"` to accept conflicts
(`<target>`s can span multiple lines or even hunks of changes. When
smaller than a line, VS Code will operate on the line containing the
target.)
---------
Co-authored-by: Phil Cohen <[email protected]>
0 commit comments