小册名称:Redis零基础到实战
在任意位置创建一个目录,并在该目录下打开git终端。输入:
git init
系统会提示我们:Initialized empty Git repository in /Users/Desktop/xxx.git
这样,一个全新的本地版本库就建立好了。