You create a tag in GIT, accidentally pushed it into remote repository. But after some time you understood that you don’t want it. So, how can you remove a tag in GIT? You can do this easily by:git tag -d NAME_OF_YOUR_BAD_TAGgit push origin…
Category: <span>Programavimas</span>
You have edited one file in GIT version control system and you want to reset (revert) changes in this file. How can you do that? Everything is simple: use checkout — in the command line. For instance:
Kartais atsitinka taip, kad su PHP prisijungus prie MySQL DB ir iš jos pasirinkus duomenis su SELECT, gaunami ne lietuviškos raidės (ą č ę ė į š ų ū ž) – pakeistos į neaišku kokius. Kaip to išvengti? Paprastai: 1) Naudokite UTF8 koduotę…