Files
godOfGit/l7/5_solution.sh
2020-09-12 11:45:32 -05:00

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