16 lines
192 B
Bash
16 lines
192 B
Bash
|
|
git add *.c
|
||
|
|
git add *.cpp
|
||
|
|
git add *.h
|
||
|
|
git add *.cs
|
||
|
|
git add *.sh
|
||
|
|
git add *.sln
|
||
|
|
git add *.csproj
|
||
|
|
git add *.vcxproj
|
||
|
|
git add *.config
|
||
|
|
git add *.hpp
|
||
|
|
git add *.md
|
||
|
|
|
||
|
|
git commit -m "$(date)"
|
||
|
|
|
||
|
|
git push
|