Front and Back Separation CRUD+Code Management Tool-svn

Articles Catalogue 1 Front and rear end separation crud 1.1 What is cross-domain 1.2 Added 1.3 Amendment 1.4 Delete 2 Use SVN 2.1 Installation of svn 2.2 Use of SVN 2.3 svn conflict 3 idea uses svn 3.1 Detection of items from svn Libraries 3. ...

Posted by jjmusicpro on Wed, 28 Aug 2019 13:52:28 +0200

Git Learning Notes (Local)

Articles Catalogue Git Advantage Common Git commands git init git status .gitignore git add git commit git diff git rm git mv git log git reset git checkout git checkout -- "filename" git branch git stash git merge git rebase Git Advantage Traditional version control tools such as CVS and SVN ...

Posted by morph07 on Thu, 01 Aug 2019 06:31:29 +0200

One Linux command per day (33): diff

Diff is used to find out the different contents of a file. In particular, diff prints out changes to each line on the command line for two different versions of the same name file, and its latest version also supports comparing binary files. The patch program in Linux system can update the file content of a.c to b.c according to the output of ...

Posted by Komodo on Wed, 10 Jul 2019 19:42:14 +0200

First submission of GIT and detailed configuration of creation management of Git version Library

I. Creating Version Library and First Submission   Configure the GIT environment variable to tell git the name and email address of the current user, and the configured username and email address will be used when the version library is submitted.  #git  config  --global  user.name "KangShuo" #git  config  --global  user. ...

Posted by The End on Sun, 19 May 2019 05:18:17 +0200