Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

977 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RemoteConfig

Update remote config on github by python.

Use RemoteConfig

  1. Install Python 3.0+

  2. Install Git Client

  3. Config RemoteConfig/config/Constant.py

     // Your GitHub Repository Name (Need Update)
     GIT_REPOSITORY_NAME = "RemoteConfig" 
     
     // Your Local Git Repository Path (Need Update)
     GIT_LOCAL_PATH = "/Users/William/Documents/repository" 
    
     // Your Local Git Repository Url (Need Update)
     GIT_REMOTE_URL = "https://github.com/william/" + GIT_REPOSITORY_NAME + ".git"
    
  4. Run 'python Main.py'

About

Update remote config on github by python.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages