It’s recommended to create tags for software releases. You can create a new tag named 1.0.0 You need first 10 characters of the commit id to link...
Continue reading...Git for monkey
Brief history of version control (VCS)
Version control is a system that records changes to a file or set of files over time so that you can recall specific versions later. Before...
Continue reading...Git basic for monkey (Part 1)
Create a new repository Create a working copy of a local repository by running the command Add new changing files from working directory to staging Commit...
Continue reading...