Check my digital garden (edvins.io)
Highlights
Block or Report
Block or report ummahusla
Report abuse
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePinned
-
-
-
1
# overwrite master with contents of feature branch (feature > master)
2git checkout feature # source name
3git merge -s ours master # target name
4git checkout master # target name
5git merge feature # source name
-
1
## Modes
2**Vim** has two modes insertion mode and command mode. The editor begins in command mode, where the cursor movement and text deletion and pasting occur. Insertion mode begins upon entering an insertion or change command. **`[ESC]`** returns the editor to command mode (where you can quit, for example by typing **`:q!`**). Most commands execute as soon as you type them except for "colon" commands which execute when you press the ruturn key.
34## Quitting
5* **`:x`** Exit, saving changes <br/>
380 contributions in the last year
We're celebrating 100 million developers!
Less
More
Activity overview
Contributed to
ummahusla/edvins-io,
ummahusla/ui-devices,
ummahusla/dotfiles
and 4 other
repositories
Contribution activity
February 1, 2023
ummahusla has no activity
yet for this period.