05_Git command details - CRUD

Git high level command - CRUD Initialize warehouse # command git init Resolution: to start Git management for an existing project, just execute git init in the directory where the project is located Function: after initialization, a directory named. Git will appear in the current directory. AllUTF-8...

Posted by omelin on Fri, 22 Oct 2021 13:16:48 +0530

Git command manual

1. Version fallback The author's file has been modified twice and can be viewed through git log [root@LAPTOP-1UJN7PP7 git-learn]# git log commit 5e3f973bf0248775995e6197cb999c874abc3859 Author: root Date: Tue Mar 1 18:17:58 2022 +0800 second commit commit 196aUTF-8...

Posted by mrbuter on Tue, 08 Mar 2022 20:33:31 +0530

Solve the problem of npm ERR code 128 Permission denied in npm install

catalogue npm install reports an error Final plan Processing process Initial git configurationDirect npm installOnline schemeCheck git official website He has been engaged in java development. In the past, there was a special front-end responsible for vue. Recently, the front-end is not in placUTF-8...

Posted by Zag0r on Thu, 10 Mar 2022 09:07:45 +0530

Domain adaptive fast RCNN GitHub reproduction notes

Domain adaptive fast RCNN GitHub reproduction notes 1. Project code link: Link: da-faster-rcnn-Pytorch. 2. Environment configuration (very important) 2.1. summary The reproduction of Da fasterrcnn mainly works on the configuration of the environment. At present, most of the paper and github relUTF-8...

Posted by lexx on Fri, 11 Mar 2022 15:48:21 +0530

MLOps ultimate details: 7 Mlflow rest API function introduction and Application

MLOps ultimate details: 7 Mlflow rest API function introduction and Application In this blog, we will introduce the concept and code of MLFlow REST API in detail, including creating a new mlflow run, obtaining the information related to the specified run, creating an experiment, listing all theUTF-8...

Posted by pstevereynolds on Sat, 12 Mar 2022 02:35:09 +0530

git related commands and solutions to invalid RE modification

New code base Create a Git code base in the current directory $ git init Create a new directory and initialize it as a Git code base $ git init Your project name Download a project and its entire code history $ git clone Your project address configuration information Displays the current Git cUTF-8...

Posted by DannyM on Mon, 14 Mar 2022 12:24:18 +0530

Using hexo under Windows -- building a private blog

Build a personal blog with hexo in Windows. Not only learned the usage of git and github, but also familiar with nodejs. There is another soft skill to spend your spare time. Slowly become a hard skill, why not? Using hexo to build a private blog in Windows Prerequisite environment (Windows): NUTF-8...

Posted by mrjap1 on Wed, 16 Mar 2022 00:49:18 +0530

Compress commit using git rebase

I've been using git for some time, but to be honest, I rarely pay attention to messy submission history. I'm learning git rebase recently. I'd like to share how to use this command to compress and collate submissions Five step completion In short, there are five steps. Run git rebase -i head~x UTF-8...

Posted by amir1985 on Wed, 16 Mar 2022 02:14:25 +0530

git basic operation command

Git basic operation Git's job is to create and save snapshots of your project and compare them with subsequent snapshots. Git commonly uses the following six commands: git clone,git push,git add ,git commit,git checkout,git pull [the external chain image transfer fails, and the source station mUTF-8...

Posted by cyclefiend2000 on Thu, 17 Mar 2022 22:46:40 +0530

Full convolution network (FCN) practice: using FCN to realize semantic segmentation

Absrtact: FCN classifies images at pixel level, which solves the problem of image segmentation at semantic level. This article is shared from Huawei cloud community< Full convolution network (FCN) practice: using FCN to realize semantic segmentation >, author: AI Hao. FCN classifies images at pUTF-8...

Posted by trillion on Fri, 18 Mar 2022 10:02:43 +0530