Home PC Games Linux Windows Database Network Programming Server Mobile  
           
  Home \ Linux \ Fedora10 use Git version Configuration Management     - CentOS6.5 install SVN & visual management tools iF.SVNAdmin (Server)

- Oracle table space usage monitoring (Database)

- Vim useful plugin: vundle (Linux)

- Set up MySQL master and slave servers under Ubuntu 14.04 (Server)

- Linux Defensive / mitigate DDOS attacks (Linux)

- How to use OpenVPN and PrivacyIDEA build two-factor authentication for remote access (Server)

- The difference between statement and preparedStatement of the jdbc (Database)

- Analysis of common mistakes when compiling MySQL installation (Database)

- Linux common network tools: batch scanning of nmap hosting service (Linux)

- Linux terminal interface font color settings (Linux)

- Install the latest Eclipse IDE in Ubuntu (Linux)

- Comparison of C # and Java (Programming)

- Linux System Getting Started Tutorial: Linux file permissions brief description (Linux)

- Linux redirection and piping (Linux)

- Docker in the development and practice of IFTTT (Server)

- Using open source software to build XWiki Wiki system installed within the company (Linux)

- Java rewrite equals method (Programming)

- Spacewalk remove packages install the update (Linux)

- Some of the bibliographic management tools to good use on linux (Linux)

- How to add two-factor authentication for Linux systems SSH (Linux)

 
         
  Fedora10 use Git version Configuration Management
     
  Add Date : 2018-11-21      
         
         
         
  Git is a good use of version management tool, developed by the introduction of a version control tool when it is necessary here to be developed using the Git version management.

Since there is no server-side, where the local development time, create a local Git warehouse and managed code.

Since when installing Fedora 10 install Git a default, and here we only need to be placed into the version management and use Git command on it

1. First to be developed under the code directory, use the command:

git init

Create a Git warehouse

2. Then add the code we want to use the command:

git add.

3. We add the code submitted to the local configuration repository

git commit -s

In the pop-up to the document, write down the relevant instructions. Then wq save

This time our local Git version control on the establishment of good.

You can view the local version using git status changes

See evolved version of git log

View branch git branch

git diff. See Modify Point

git checkout. back uncommitted changes

git checkout -b Create a branch for testing, debugging and other operations

git branch -d xxx xxx deleted branches

Switch to git branch xxx xxx branch
     
         
         
         
  More:      
 
- Linux System Getting Started Learning: modify environment variables in Linux PATH (Linux)
- Android to determine whether the device to open WIFI, GPRS data connection (Programming)
- HTML5 Application Cache (Programming)
- Use Observium to monitor your network and servers (Server)
- Android development, may cause a memory leak problem (Programming)
- Bash code injection attacks through a special environment variable (Linux)
- QEMU image file used: qcow2 and raw (Linux)
- Digital jQuery scrolling effect (Programming)
- Setup Qt development environment under Linux (Linux)
- Android Delete project useless resource file (Programming)
- C ++ thread creates transmission parameters are changed (Programming)
- Oracle 11g R2 RAC RMAN backup script example (Database)
- Node.js simple interface server (Server)
- RHEL7.0 log system (Linux)
- Iptables Instructions (Linux)
- Manually create Oracle Database Explanations (Database)
- C ++: Postmodern systems programming language (Programming)
- Install Visual Studio Code in Ubuntu (Linux)
- Wi-Fi hackers use to attack your seven methods (Linux)
- Vi (Vim) keyboard map and its basic commands (Linux)
     
           
     
  CopyRight 2002-2022 newfreesoft.com, All Rights Reserved.