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
The commit button above the file tree, or Ctrl+K, turns the tree into the list of changes, each with a checkbox, and clicking a row shows its diff.
Only the checked files go in, exactly as they are in the working copy, whatever a coder staged for other files stays untouched.
Write the message below, Ctrl+Enter commits, Amend extends the last commit, and Commit and push behind the arrow pushes right after.
Read real CPU on Linux, keep load on Mac by @marein in 83e6c4b.
On Linux the CPU value is the share of the cores actually at work, on a Mac it stays the load average, the line under the value says which, and the values refresh every 5 seconds now.
Differentiate between added and untracked files by @marein in 8a2bb05.
An untracked file carries a cyan U now, an added one keeps the green A.