my tools wordpress

[Git] How to create a repository

♠ Posted by NN TRUNG
Repository (repository) that is where you will store source and one other person can copy (clone) the source code to work. Repository has two types of Local Repository (repository on a single computer) and Remote Repository (repository on a remote server). In this article, I will guide you how to create local and remote repository repository (using Github) and work with it. TOC content Create local repository Create a repository on Github and work Epilogue Read more articles in the serie Create local repository Firstly, to create a repository, you...

[Git] Mark commit with Tag

♠ Posted by NN TRUNG
While you commit your edits, then everything will be all up in her log that showed you how to viewcommit log in the previous section . But if you commit too much, it will cause problems for you later if you need to review information before you commit can tag marker (tag) for each commit and when to see you simply use the command git show tên_tag was made ​​very clear information, in addition it also helps you to easily diff (compare) later when without memory checksum (though just remember the first few letters) of each commit but just remember tag, and can add...