parent
436dce0901
commit
ff520f5814
@ -1,6 +1,6 @@ |
||||
# List the start up tasks. Learn more https://www.gitpod.io/docs/config-start-tasks/ |
||||
tasks: |
||||
- init: npm i -g git-mob |
||||
- init: sh ./coauthors.sh |
||||
vscode: |
||||
extensions: |
||||
- redhat.java |
||||
|
@ -0,0 +1,12 @@ |
||||
npm i -g git-mob |
||||
cat <<-EOF > ~/.git-coauthors |
||||
{ |
||||
"coauthors": { |
||||
"sig": { |
||||
"name": "sigonasr2", |
||||
"email": "sigonasr2@gmail.com" |
||||
} |
||||
} |
||||
} |
||||
EOF |
||||
git mob sig |
Loading…
Reference in new issue