We should get someone from Purdue to do this. They are the boilerplaters.
This commit is contained in:
parent
50825c05a2
commit
7d231ae0c8
@ -56,3 +56,9 @@ mksketch(){
|
||||
fi
|
||||
vim "$1/$1.ino"
|
||||
}
|
||||
|
||||
branchdelete(){
|
||||
git branch -d $1
|
||||
git push --delete origin $1
|
||||
echo There you go;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user