<div dir="ltr"><div class="gmail_default" style="font-size:small">If i create a branch of gambas and then compile/install it all the local INSTALL files change and it shows on git status as changes to be committed?</div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small">Is it harmless and not worth thinking about to just push the modifications back to the git repository after compilation?</div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small">Cheers in advance</div><div class="gmail_default" style="font-size:small">BruceS</div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small">Here is what 'git status' shows once i have compiled a gambas branch on my computer...</div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small">On branch bruces-patched<br>Your branch is up to date with 'origin/bruces-patched'.<br><br>Changes not staged for commit:<br>  (use "git add <file>..." to update what will be committed)<br>  (use "git restore <file>..." to discard changes in working directory)<br>    modified: Â  INSTALL<br>  modified: Â  app/INSTALL<br>      modified: Â  comp/INSTALL<br>     typechange: gb.cairo/INSTALL<br>  typechange: gb.compress.bzlib2/INSTALL<br>        typechange: gb.compress.zlib/INSTALL<br>  typechange: gb.crypt/INSTALL<br>  typechange: gb.db.mysql/INSTALL<br>       typechange: gb.db.odbc/INSTALL<br>        typechange: gb.db.postgresql/INSTALL<br>  typechange: gb.db.sqlite2/INSTALL<br>     typechange: gb.db.sqlite3/INSTALL<br>     typechange: gb.dbus/INSTALL<br>   typechange: gb.desktop.gnome.keyring/INSTALL<br>  typechange: gb.desktop.x11/INSTALL<br>    typechange: gb.gmp/INSTALL<br>    typechange: gb.gsl/INSTALL<br>    typechange: gb.gtk/INSTALL<br>    typechange: gb.gtk3/INSTALL<br>   typechange: gb.httpd/INSTALL<br>  typechange: gb.image.imlib/INSTALL<br>    typechange: <a href="http://gb.image.io/INSTALL">gb.image.io/INSTALL</a><br>        typechange: gb.libxml/INSTALL<br> typechange: gb.media/INSTALL<br>  typechange: gb.mime/INSTALL<br>   typechange: gb.ncurses/INSTALL<br>        typechange: gb.net.curl/INSTALL<br>       typechange: <a href="http://gb.net/INSTALL">gb.net/INSTALL</a><br>  typechange: gb.openal/INSTALL<br> typechange: gb.opengl/INSTALL<br> typechange: gb.openssl/INSTALL<br>        typechange: gb.pcre/INSTALL<br>   typechange: gb.pdf/INSTALL<br>    typechange: gb.poppler/INSTALL<br>        typechange: gb.qt4/INSTALL<br>    typechange: gb.qt5/INSTALL<br>    typechange: gb.sdl.sound/INSTALL<br>      typechange: gb.sdl/INSTALL<br>    typechange: gb.sdl2/INSTALL<br>   typechange: gb.v4l/INSTALL<br>    typechange: gb.xml/INSTALL<br>    modified: Â  main/INSTALL<br><br>no changes added to commit (use "git add" and/or "git commit -a")<br></div></div>