Skip to content

Commit

Permalink
Merge pull request #68 from felipealfonsog/development
Browse files Browse the repository at this point in the history
Updates src code
  • Loading branch information
felipealfonsog authored Mar 27, 2024
2 parents b219c79 + 3ff41d4 commit dee1b36
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
Binary file modified images/.DS_Store
Binary file not shown.
2 changes: 1 addition & 1 deletion src/aur-dev/git_updater.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ def welcome():
print("\033[1;32mThis software was developed by Computer Science Engineer Felipe Alfonso González - Github: github.com/felipealfonsog - Under the BSD 3-clause license.\033[0m")
print("\033[1;32mDeveloped from Chile with love.\033[0m")
print("\033[1;32m----------------------------------------------------\033[0m")
print("\033[1;32m\033[1mThis software will update all GitHub repositories within the current directory or its subdirectories.\033[0m")
print("\033[1;32m\033[1mEffortlessly Automate Git Repository Updates, Including Committing and Pulling, Across Directory Structures.\033[0m")

def update_github_repositories(main_directory, include_aur):
print("\nUpdating GitHub repositories...\n")
Expand Down
2 changes: 1 addition & 1 deletion src/aur-pkg/PKGBUILD
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Mantenedor: Felipe Alfonso Gonzalez <[email protected]>
pkgname=gitsync
pkgver=0.0.20
pkgver=0.0.21
pkgrel=1
pkgdesc="GitSyncMaster: Effortlessly Automate Git Repository Updates, Including Committing and Pulling, Across Directory Structures."
arch=('x86_64')
Expand Down
2 changes: 1 addition & 1 deletion src/macos-linux-dev/git_update_linux.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ def welcome():
print("\033[1;32mThis software was developed by Computer Science Engineer Felipe Alfonso González - Github: github.com/felipealfonsog - Under the BSD 3-clause license.\033[0m")
print("\033[1;32mDeveloped from Chile with love.\033[0m")
print("\033[1;32m----------------------------------------------------\033[0m")
print("\033[1;32m\033[1mThis software will update all GitHub repositories within the current directory or its subdirectories.\033[0m")
print("\033[1;32m\033[1mEffortlessly Automate Git Repository Updates, Including Committing and Pulling, Across Directory Structures.\033[0m")

def update_github_repositories(main_directory, include_aur):
print("\nUpdating GitHub repositories...\n")
Expand Down
4 changes: 2 additions & 2 deletions src/macos-linux-dev/git_update_macos.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@ def welcome():
print("\033[1;32mThis software was developed by Computer Science Engineer Felipe Alfonso González - Github: github.com/felipealfonsog - Under the BSD 3-clause license.\033[0m")
print("\033[1;32mDeveloped from Chile with love.\033[0m")
print("\033[1;32m----------------------------------------------------\033[0m")
print("\033[1;32m\033[1mThis software will update all GitHub repositories within the current directory or its subdirectories.\033[0m")
print("\033[1;32m\033[1mEffortlessly Automate Git Repository Updates, Including Committing and Pulling, Across Directory Structures.\033[0m")
else:
print("Welcome to GitHub Repository Updater -GitSyncMaster-!")
print("This software was developed by Computer Science Engineer Felipe Alfonso González - Github: github.com/felipealfonsog - Under the BSD 3-clause license.")
print("Developed from Chile with love.")
print("----------------------------------------------------")
print("This software will update all GitHub repositories within the current directory or its subdirectories.")
print("Effortlessly Automate Git Repository Updates, Including Committing and Pulling, Across Directory Structures.")

def update_github_repositories(main_directory, include_aur):
print("\nUpdating GitHub repositories...\n")
Expand Down

0 comments on commit dee1b36

Please sign in to comment.