Home PC Games Linux Windows Database Network Programming Server Mobile  
           
  Home \ Linux \ Fedora10 use Git version Configuration Management     - CentOS card fails to start at boot progress bar certmonger solve (Linux)

- Linux Learning --- disk partition / relational representation + mount (Linux)

- SQLite3 simple operation (Database)

- Oracle first Automated Installation Packages (Database)

- Several Methods of SSH Auto - login (Linux)

- How to install CentOS 7.x in OpenERP (Odoo) (Linux)

- Android studio multi-channel ultra-compact version of the package (Programming)

- iOS persistence of data archiving NSKeyedArchiver (Programming)

- Ubuntu Backup and Recovery (Linux)

- Linux Mint 17.2 64 bit installation Docker and management software seagull (Linux)

- Java Foundation - Getting Start (Programming)

- The Zabbix2.4.5 source compiler installation under Ubuntu 14.04 (Server)

- RHEL6.4 x86_64 build SVN service (Server)

- True and false in Perl (Programming)

- CentOS 6.3 compile and install LNMP environment (Server)

- Ubuntu installation module Python rq (Linux)

- Linux kernel update error, update-initramfs: failed Solution (Linux)

- Ansible installation configuration and simple to use (Server)

- Inxi: Get Linux system and hardware information (Linux)

- PostgreSQL using the system cache to improve operational efficiency (Database)

 
         
  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:      
 
- Django1.8 return json json string and the string contents of the received post (Programming)
- Tab set to four spaces in Vim (Linux)
- How to install Hadoop on CentOS7 (Server)
- Ubuntu and Derivative Edition users install LMMS 0.4.15 (Linux)
- 64-bit Oracle Linux recompiled Hadoop-2.2.0 (Server)
- Analysis of Java exception (Programming)
- Firewall - Internet Militarization (Linux)
- Linux file compression and file system packaged with instructions (Linux)
- Upgrading to Debian 7.6 glibc 2.15 (Linux)
- Nine tips to protect the security of Linux desktop (Linux)
- Fedora 23 How to install LAMP server (Server)
- Oracle database NUMBER (x, y) data types (Database)
- C language - Traverse pci device (Programming)
- CentOS 6.5 configuration SSDB 1.8.0 (Server)
- Linux (Debian) install software, missing dynamic link libraries .so (Linux)
- Oracle 11g users to create, authorize and import dmp file (Database)
- Install Firefox 28 on Ubuntu, Linux Mint (Linux)
- Linux to achieve a simple cp command (Linux)
- Oracle create a temporary table space group (Database)
- Git uses a standard process (Linux)
     
           
     
  CopyRight 2002-2022 newfreesoft.com, All Rights Reserved.