Skip to content
Snippets Groups Projects
Commit 6ae9f373 authored by Dao2.Trung@live.uwe.ac.uk's avatar Dao2.Trung@live.uwe.ac.uk
Browse files

new code each ten minutes

parent 357184cd
Branches
No related tags found
No related merge requests found
#!/bin/bash
# Navigate to your Git repository directory
cd /home/dev/scripts/operatingsystem || exit
# Add all changes to staging
git add .
# Commit changes with a message
git commit -m "new code each ten minutes"
# Pull the latest changes from the remote repository
git pull
# Push the changes to the remote repository
git push
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment