Skip to content

This script helps automate the process of creating repository by simplifying the steps required for committing files. No more typing the same Git commands repeatedly!

Notifications You must be signed in to change notification settings

miggy-pg/github_script

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 

Repository files navigation

GitHub Automated Git Add, Commit and Push Script

As a developer, it's common to perform repetitive tasks like committing changes to your GitHub repository. This script helps automate the process by simplifying the steps required for committing files. No more typing the same Git commands repeatedly!

Usage

  1. Copy the script file and place it inside a folder. For example, let's place it in: /home/miggy-pg/scripts

  2. To use the script, you need to allow read and write permissions for the file. To do this, navigate to the directory where you have placed the script and use the chmod command. Replace <file_name.sh> with the actual name of your script:

chmod +x <file_name.sh>

For instance:
chmod +x git_push.sh
  1. Now that you've set the permissions, you can use the bash script from your current working directory. Open your terminal and type:
~/scripts/git_push.sh

By using this script, you can save time and effort by automating the process of committing files to your GitHub repository. Happy coding!

About

This script helps automate the process of creating repository by simplifying the steps required for committing files. No more typing the same Git commands repeatedly!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages