nOy39 / Tc2_Git

Git for TwinCAT 2 (CoDeSys)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Git for TwinCAT 2 (CoDeSys)

How To...

Should close PLC Control before using +commit.cmd

  • +commit.cmd
    1. scan for the .pro files
    2. silently do overwriting export from the .pro to the .exp
    3. git add * (all)
    4. git commit -m with-current-date-n-time

U should git branch or git checkout before running +restore.cmd

  • +restore.cmd
    1. scan for .pro files
    2. silently do overwriting import from the .exp files to the .pro one

Macro

Open options menu in the PLC Control then add Git.mac as a macrolibrary to the working project: Project → Options → Macros → Macrolibrary... → Include...

00_macro

Use it under the Edit → Macros → Git → Commit

01_macro_menu

Reading List (eng, ru)

In a random order

About

Git for TwinCAT 2 (CoDeSys)

License:MIT License


Languages

Language:Batchfile 100.0%