Skip to content
/ lxde-qt Public
forked from lxqt/lxqt

Checkout all lxde-qt components at once by using git submodule.

Notifications You must be signed in to change notification settings

z00rk/lxde-qt

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

59 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

# Introduction
This is a superproject which contains all lxde-qt components.
After checking out this repo, please do the following to initialize git submodules.
Please note, this repo works best with git version >= 1.8.2.
With older versions, you have to do many manual operations. Please use the latest git if you can.

> git submodule init
> git submodule update --remote --rebase

Note:
1. The command line option --remote requires git >= 1.8.2. If you're using git version >= 1.8.2, then it's done.
2. If you're unfortunately using an older version of git, omit the "--remote" part and please read the following notes.
3. Adding the --rebase option is suggested. Without --rebase, the submodules will all be detached commits and not in "master" branches.

====================================================================================

# Notes for git with version < 1.8.2:

There are some limitations of older versions of git.
Because git submodule does not track the latest HEAD automatically, the submodules always stick to specific commits
unless manually changed. Besides, after initial checkout, the submodule repos are detached from master branch.

Consider doing this manually to checkout master branches for every module.
> git submodule foreach git checkout master

To pull the latest changes for all modules at once, try this:
> git submodule foreach git pull --rebase

These restrictions no long applies to the latest git 1.8.x since it can be configured to track the latest changes in 
submodules automatically.

About

Checkout all lxde-qt components at once by using git submodule.

Resources

Stars

Watchers

Forks

Packages

No packages published