Software Engineer, Architect.
- Vienna, Austria
- https://withnik.com
- in/niksumeiko
Pinned Loading
-
Disable HTML form input autocomplete...
Disable HTML form input autocomplete and autofill 1# Disable HTML Form Input Autocomplete and Autofill
231. Add `autocomplete="off"` onto `<form>` element;
42. Add hidden `<input>` with `autocomplete="false"` as a first children element of the form.
5 -
Git checkout remote branch · ohmyzsh...
Git checkout remote branch · ohmyzsh custom alias 1# ~/.oh-my-zsh/custom/git-checkout-remote-branch-ohmyzsh-alias.zsh
2unalias gcor
3function gcor() {
4if [ -n "$1" ]; then
5if git show-ref -q --heads $1; then
-
Git rebase current branch onto lates...
Git rebase current branch onto latest master without switching · ohmyzsh custom alias 1# ~/.oh-my-zsh/custom/git-rebase-master-ohmyzsh-alias.zsh
2alias grbmo='gup origin master'
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.