git bash in git tutorial doesn't support tree command

git bash in git tutorial doesn't support tree command Tree command package download address: https://jaist.dl.sourceforge.net/project/gnuwin32/tree/1.5.2.2/tree-1.5.2.2-bin.zip git bash   yes   Windows   User installation   git   The command line tool installed by default not only has a beautiful interface, but also h ...

Posted on Sat, 04 Dec 2021 01:42:36 -0500 by agent_smith_sp

git basic operation

git basic command Git's job is to create and save snapshots of your project and compare them with subsequent snapshots. This chapter describes the commands for creating and submitting snapshots of your project. Git commonly uses the following six commands: git clone, git push, git add, git commit, git checkout, and git pull, which will be descr ...

Posted on Wed, 01 Dec 2021 00:31:00 -0500 by Pooptart

Basic use of GIT

reference resources: https://www.cnblogs.com/tugenhua0707/p/4050072.html   GIT architecture: Let's first understand the concepts of Git workspace, staging area and version Library: Workspace: it is the directory you can see on the computer. Staging area: it is called stage or index in English. It is usually stored in the index file (. git/inde ...

Posted on Wed, 01 Dec 2021 00:28:26 -0500 by Randomizer

Technology sharing | interworking between Sip and WebRTC - explanation of SRProxy open source library

SRProxy introduction At present, the interworking scenarios of WebRTC protocol and SIP protocol are mainly used in enterprise call center, enterprise internal communication, conference call (PSTN), intelligent access control and other scenarios. In order to interworking between WebRTC and sip, two levels of problems should be solved: signaling ...

Posted on Tue, 30 Nov 2021 05:24:48 -0500 by wacook

[Vue] how to better package components? A few tips will help you become a master of component packaging and make our packaged components more elegant and easy to use

catalogue 1, $attrs2, $listeners 1, $attrs In the process of using components, we sometimes need to pass Prop to encapsulated sub components For example: <template> <el-input v-model="innerVal" placeholder="placeholder" @input="$emit('input',$event)" > </el-input> </template> <script> export ...

Posted on Mon, 29 Nov 2021 14:06:43 -0500 by Shovinus

Install Ubuntu 18 + P4 + onos from scratch

1. Install VMware Tools (there are too many tutorials on installing Ubuntu for VM virtual machine, so I won't write them) First download from the virtual machine, then move the folder in the compressed package out (you can decompress or directly click the compressed package to move out of the VMware Tools District folder), enter the folder and ...

Posted on Sun, 28 Nov 2021 22:06:35 -0500 by Sno

centos installs jenkins and configures flash for automatic publishing

Automatic deployment has come. Although it has been done before and now, it has not been sorted into notes. There are thousands of pits on the Internet, with jenkins installation The first step is to install jenkins. You need to install jdk first yum search java|grep jdk yum install java-1.8.0-openjdk source /etc/profile   Step 2 download dep ...

Posted on Wed, 24 Nov 2021 05:35:13 -0500 by wood1e

php development attendance system, OA system, simple version Mysql database design

CREATE TABLE `attendance_cfg` ( `id` int(10) unsigned NOT NULL AUTO_INCREMENT, `company_id` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Cells ID', `month` char(7) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '' COMMENT 'Date: 202111', `status` tinyint(1) unsigned NOT NULL DEFAULT '0' COMMENT 'Status: 0=Enable 1=Deactivate 2=delete ...

Posted on Sun, 21 Nov 2021 02:31:31 -0500 by bsamson

Put the project file into the gitee repository and the git command

Place local project files into warehouse Create a new warehouse in gitee, enter the warehouse name and click createAfter creating a warehouse, there are steps to follow directly I made a low-level mistake: I thought the warehouse in the screenshot refers to the newly built warehouse, Follow the steps of the existing warehouse and report an er ...

Posted on Sat, 20 Nov 2021 20:58:48 -0500 by mariaak83

jmeter listener can you really use it? Here comes the skill of getting off work an hour early every day~

Students who have used jmeter should be able to use listeners. In each listener, there will be a function of "writing all data to one file". How should this function be used? Today, let's talk about the use of this function. Almost all listeners have such a function. How to use the functions of this listener? Click Browse to open ...

Posted on Fri, 19 Nov 2021 09:01:49 -0500 by waradmin