Git: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
Line 8: | Line 8: | ||
==References== | ==References== | ||
{| | |||
| valign="top" | | |||
* [[Execute bash script from URL]] | |||
* [[Bash/SQLPlus/Input/Redirect|Bash/SQLPlus Input Redirect]] | |||
* [[Bash/Eclipse Workspace]] | |||
* [[Bash Script Structure]] | |||
* [[Bash/Port/Forward]] | |||
* [[Git Submodule]] | |||
* [[Bash/Network]] | |||
* [[Bash/CPU]] | |||
* [[Bash/RAM]] | |||
* [[Bash/Port]] | |||
| valign="top" | | |||
* [[Develop GitHub Pages Site Locally by Jekyll]] | |||
* [https://nanoc.ws/doc/installation/ Install Nanoc using RubyGems] | |||
* [https://gohugo.io/ Hugo Static Site Generators] | |||
* [https://www.atlassian.com/git/tutorials/inspecting-a-repository/git-blame Git Blame vs Git Log] | * [https://www.atlassian.com/git/tutorials/inspecting-a-repository/git-blame Git Blame vs Git Log] | ||
* [https://www.atlassian.com/git/tutorials/inspecting-a-repository/git-tag Git Annotated Tags] | * [https://www.atlassian.com/git/tutorials/inspecting-a-repository/git-tag Git Annotated Tags] | ||
* [[GitLab]] | * [[GitLab]] | ||
|} |
Revision as of 02:23, 18 June 2021
Git Tag
annotated tag git tag -a v1.5_initial_setup -m 'initial setup' git tag -a v1.5_initial_setup
lightweight tag git tag v1.5_initial_setup