Author Topic: Windows Linux subsystem + GIT  (Read 1491 times)

0 Members and 1 Guest are viewing this topic.

Offline Tactile

  • Thread Starter
  • Posts: 1439
  • Location: Portland, OR
Windows Linux subsystem + GIT
« on: Mon, 28 November 2016, 14:37:51 »
Installed Windows
Installed GIT & cloned QMK
Followed the instructions on the QMK website to install the Linux subsystem & set up QMK
Building QMK seems to work fine - I've built a couple of hex files for my keyboards
Now...
In order to keep QMK up to date do I use the GIT I installed in Windows or do I install GIT in Linux & use that?
...or does it matter at all?
REΛLFORCE

Offline replicaJunction

  • Posts: 7
Re: Windows Linux subsystem + GIT
« Reply #1 on: Tue, 29 November 2016, 09:26:21 »
As far as I know, there shouldn't be a difference - you should be able to use both Windows and Linux versions of git without a problem.

The only possible problem I can think of is line endings, and that shouldn't be an issue if you selected the default option when installing Git for Windows ("Checkout as-is, commit Unix-style" line endings).

Personally, I use git for Linux to keep the QMK repo up-to-date and a Windows application to commit my own changes to my layout. Whatever workflow works for you should be just fine.  :)