Skip to content

Latest commit

 

History

History
executable file
·
10 lines (8 loc) · 232 Bytes

commit.sh

File metadata and controls

executable file
·
10 lines (8 loc) · 232 Bytes
#!/bin/bash github() { git config --global user.name sunnnychan git config --global user.email sunnnychan@gmail.com git config core.ignorecase false git $@ } github add . && github commit -m "sunnychan" && github push