Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 487 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 487 Bytes

GitpythonTuto

This repository contains an example on how to automate some git process.

With this code we will able to automate the next steps.

  • Clone the repository.
  • If the repo was cloned before, we will pull the changes from the master branch.
  • Add changes to our file.txt file.
  • Commit the changes.
  • Push the changes.
  • Create a PR.
  • Merge the changes.

The repository that is modified by this script can be found on this link