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
You can now perform a commit without including all the files by specifying them as args:
For example: gut save myfile.go myfile.js
The function starts by verifying if all the paths are valid.
Then, all the logic is passed down to src/executor/commit.go:Commit()
If len(args)==0, it adds all the files to the staging area.
Otherwise it empties the staging area and adds only the specified files.
0 commit comments