Add setup shell file and coauthors file.
This commit is contained in:
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
|
||||
|
||||
12
coauthors.sh
Executable file
12
coauthors.sh
Executable file
@ -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…
x
Reference in New Issue
Block a user