mirror of
https://github.com/yuriskinfo/cheat-sheets.git
synced 2025-12-21 21:33:25 +01:00
6 lines
61 B
Bash
Executable File
6 lines
61 B
Bash
Executable File
#!/usr/bin/bash
|
|
git add .
|
|
git commit -m "e"
|
|
git push origin
|
|
|