Skip to content

Dev sur un mac #22

@codisart

Description

@codisart

Installer Rectangle.app / Iterm.app

Iterm
theme dark
color presets snazzy
working directory : /Users/louis_celier/Workspace/

oh my zsh

.gitsetup

[color]
ui = true

[color "diff"]
meta = cyan bold
frag = yellow
old = red bold
new = green bold

[pull]
rebase = true

.gitconfig

[include]
path = ~/.gitalias
path = ~/.gitsetup
[core]
editor = nano

.gitalias

[alias]
git = !git
psuh = push
amend = commit --amend
ba = branch -a
branches = branch -a
changes = diff --name-status
ci = commit
co = checkout
forget = "!git fetch -p && git branch -vv | awk '/: disparue]/{print $1}' | xargs git branch -D"
new-branch = checkout -b
st = status
staged = diff --staged
first-push = !git push -u origin $(git rev-parse --abbrev-ref HEAD)
rewrite-commits = "!rwc() { git rebase --interactive HEAD~"$1"; }; rwc"

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions