Skip to content

Latest commit

 

History

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

commit.sh

File metadata and controls

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