6 lines
98 B
Bash
Executable File
6 lines
98 B
Bash
Executable File
#!/bin/bash
|
|
git checkout -b F1
|
|
git add feature1.sh
|
|
git commit -am "Feature 1"
|
|
git push origin F1
|