Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/gitless-vcs/gitless
/ save
Function
save
gitless/cli/pprint.py:173–174 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
171
blank()
172
173
def
save():
174
warn(
'Temporarily saving uncommitted changes'
)
175
176
def
restore_ok():
177
ok(
'Uncommitted changes applied successfully to the new head of the branch'
)
Callers
1
switch_current_branch
Method · 0.85
Calls
1
warn
Function · 0.85
Tested by
no test coverage detected