update
This commit is contained in:
@@ -47,6 +47,14 @@
|
|||||||
group: root
|
group: root
|
||||||
mode: '0644'
|
mode: '0644'
|
||||||
|
|
||||||
|
- name: Deploy gitconfig
|
||||||
|
template:
|
||||||
|
src: templates/gitconfig
|
||||||
|
dest: /etc/gitconfig
|
||||||
|
owner: root
|
||||||
|
group: root
|
||||||
|
mode: '0644'
|
||||||
|
|
||||||
- name: Root password
|
- name: Root password
|
||||||
user:
|
user:
|
||||||
name: root
|
name: root
|
||||||
|
|||||||
@@ -0,0 +1,11 @@
|
|||||||
|
[alias]
|
||||||
|
co = checkout
|
||||||
|
ci = commit
|
||||||
|
st = status
|
||||||
|
br = branch
|
||||||
|
type = cat-file -t
|
||||||
|
dump = cat-file -p
|
||||||
|
hist = log -n 25 --pretty=format:'%h %ad | %s%d [%an]' --graph --date=short
|
||||||
|
histall = log --pretty=format:'%h %ad | %s%d [%an]' --graph --date=short
|
||||||
|
sh = !git remote -v && git br -a --color=never && git stash list && git status && git hist
|
||||||
|
|
||||||
Reference in New Issue
Block a user