Skip to content

Magento 2 pull to lastest all git modules by one script

Notifications You must be signed in to change notification settings

hoptqvn/m2-bash-gitpull-all

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

m2-bash-gitpull-all

  • Bash script use to pull lastest version of modules, themes in Magento 2

Table of Contents

Requirement

  • Only use for modules and themes installed by add to app/code, app/design
  • All modules and themes use git to manage source code

Install

  • Step 1: Open m2-bash-gitpull-all.sh file by any Text Editor(Sublime, Notepad, ...)
  • Step 2: Change {your_magento_project_path} in line 2 to your Magento project path
magento_project_path="{your_magento_project_path}"
  • Step 3: Save file and close

Usage

Ubuntu

cd {m2-bash-gitpull-all_project_path}
./m2-bash-gitpull-all.sh

Windows & MacOSX

cd {m2-bash-gitpull-all_project_path}
sh m2-bash-gitpull-all.sh

About

Magento 2 pull to lastest all git modules by one script

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages