How do I sync a (different named) directory with an existing github repo? -


i want modify repo 2 sources: windows os , ubuntu os (dual booting on laptop). repo contains files arduino library directory (i'm using repo place keep changes library same across os).

is possible me content of repo without having rename arduino library directory name (arduino software looks folder called 'libraries' can't change name).

when clone repo, git defaults placing inside folder same name repo, not required. can name whatever want. want run git clone git@github.com:/your/repo libraries repo content in path.

you can rename repo folder after cloning if have need path different on system.

i'm not sure if have in libraries checked in or not, if have directories in git might able keep repo somewhere else on disk , symlink libraries/library1 -> /path/to/your-repo/library1


Comments

Popular posts from this blog

get url and add instance to a model with prefilled foreign key :django admin -

android - Keyboard hides my half of edit-text and button below it even in scroll view -

css - Make div keyboard-scrollable in jQuery Mobile? -