For more information about how to create a database on linux, see the following article:
Http://hi.baidu.com/mvp_xuan/blog/item/30f5b700a832f0261d9583ad.html
Http://hi.baidu.com/mvp_xuan/blog/item/216d52092a79228b0b7b826f.html
----------------------------------------------
This tutorial describes some common features and usage of Git Gui of gitk, including: database creation, clone, push, and download), merge (pull-merge ).
---------------------------
(download Android NDK, install CDT, install line to compile Android NDK program, import Android NDK example, configure the Android NDK integrated development Environment), Installs the cross-compilation environment.The third chapter of git usage can be divided into the following sections:1. Linux kernel code and many well-known projects are using Git written by the father of Linux for source code control. Git has extraordinary performance and the most optimized storage capabilities, and Git is
Please point out any errors. 4 days into the job, in order to compile android6.0 is very annoying, met a lot of problems, will I encountered the problems written out, do a summary . I use ubuntu12.04,16.04 should also be feasible.The problem with compiling is that most of the problems with the package are missing, first before compilingI loaded Ubuntu with OPENJDK7, but before reading the development manual needs jdk1.6, first to download Jdk-6-linux-64.bin installation, configure environment v
Reading state information ... Donethe following extra packages would be installed:git Git-man liberror-perlsuggested packages:git-daemon-run Git-daem On-sysvinit git-doc git-el git-arch git-cvs git-svn git-email Git-gui gitk gitwebthe following NEW packages would be Insta Lled:git Git-core Git-man Liberror-perl0 upgraded, 4 newly installed, 0 to remove and + not upgraded. Need to get 6,752 KB of archives. After this operation, 15.2 MB of additional d
Http://book.51cto.com/art/201107/278761.htm3.2.3 Installing Git using HomebrewMac OS X has several package managers for managing the installation and upgrade of some open source software on Mac OS X. There are traditional macports, Fink, and a much simpler and easier-to-use Homebrew③. Here's how to install Git with the Homebrew Package Manager, which is compiled with the source package.Homebrew is developed in the Ruby language to support the deployment and management of thousands of open source
notes, note tags that store a complete object in a git database, and can be checked to include tagged people)
git tag v1.2 -lwPlay Light weight Labels
git push origin v1.1Push tags to the remote so you can share tags
git checkout -b brahchname tagnameCheck out the label, actually check out the label version to the workspace-B just for the first time checkout use
Alias settings, see example below
$ git config --global alias.co checkout$ git config --global alias.br branch$ git config --
changes (conflict), then the merge is complete. If there is a conflict, enter the following command to view the currentWhat files have conflicts:$ git diffWhen you edit a conflicting file, the conflict is resolved and you can submit it:$ git commit-aOnce you have submitted the merged content, you can view it:$ gitkAfter performing the GITK there will be a very nice graphical display of the project history.You can then delete your "experimental" branc
command with commit changes
The git diff command allows users to view changes. By changing the contents of a file, look at what the Gitdiff command outputs, and then submit this change to the warehouse
# Make some changes to the file
Echo ' This was a change ' > test01
echo ' and ' is another change ' > test0 2
# Check the changes via the diff command
git
# Commit the changes, a'll commit changes for Modifi Ed Files
# but'll not add automatically new files
git commit-a-M "These are new chan
→agit fetch//crawl Remote warehouse update, D→C
git log//view submit recordgit status//view modify StateGit diff//View detailed modificationsGit show//shows what a commit is
Undo Action
Git reset The Git reset//index rolls back to the last commit, c→bgit reset--hard//index will roll back to the last commit, c→b→a
git checkout//Copy from index to workspace, b→aGit checkout-Files/file copied from index to workspace, b→agit checkout head-Files//file copied from local repository to workspace, c→
Setting up a fully functional ChromiumOS development environment on actual Chromebook hardware Set up environment
Export dev_dir= "/opt"
mkdir-p $DEV _dir
export chromium_dir= "$DEV _dir/chromiumos"
mkdir-p $CHROMIUM _dir
export path= "$DEV _dir/depot_tools: $PATH"
# The BOARD variable used here are specific for the Chromebook that Is
# being targeted, a more generic target like "Amd64-generic" could # is more useful for your
needs.
Export Board=chell
# The Usb_device variable refers to the
# Note: unlike how to install xen on Ubuntu9.10, Ubuntu10.04 does not officially maintain the xen software package and does not have corresponding xen-tools. That is, third-party Dom0 kernels are not available. Therefore, it can only be installed by source code. All of the following operations are performed under the Super User. # Installation steps: 1. Install the package apt-getinstalllibcurl4-openssl-dev \ xserver-xorg-dev \
# Note:
Different from how to install xen on Ubuntu 9.10, Ubuntu 10.
apt-get install Git-coreReading Package Lists ... DoneBuilding Dependency TreeReading state information ... DoneThe following packages were automatically installed and is no longer required:Upower LIBUPOWER-GLIB1Use the ' Apt-get autoremove ' to remove them.The following extra packages'll be installed:Consolekit fontconfig-config GDM ifupdown indicator-applet indicator-applet-session initramfs-toolsInitramfs-tools-bin libasound2 libatk1.0-0 libc-bin libc-dev-bin libc6 libc6-dev libc6-i686 libdb
command to enter the visual interface:
gitk
The following page is displayed:
Now let's start our version rollback.
First, Git must know which version the current version is. In Git, use HEAD to indicate the current version. The previous version is HEAD ^, and the previous version is HEAD ^, of course it is troublesome to write 100 ^ in 100 versions, so it is written as HEAD ~ 100.
[Return the new version to the old version]
Now we can use the git re
information... the following additional software packages are installed: git-man liberror-perl: git-daemon-run git-daemon-sysvinit git-doc git-el git-email git-gui gitk gitweb git-arch git-bzr git-cvs git-svn the following [new] the software package will be installed: git-core git-man liberror-perl has upgraded 0 software packages, 4 new software packages are installed, 0 software packages are to be uninstalled, and 0 software packages are not upgrad
I am not familiar with linux operations, so I usually install software directly from the package manager. because I recently used git, of course I bought this git authoritative guide. The first step is to install
I am not familiar with linux operations, so I usually install software directly from the package manager. because I recently used git, of course I bought this git authoritative guide. The first step is to install git:
I use centos:
Yum install git
Yum install git-svn git-email git-g
http://www.open-open.com/lib/view/open1428900970330.html Installing Git1) WindowsInstalling msysgit,:http://msysgit.github.io/When installing, the basic choice is the default setting, but:On the adjusting your PATH environment page, tick run Git from the Windows Command Prompt2) UbuntuUse the command "Git--version" to see if it is installed and the version is 1.9.5 or higher. If not installed or the version is too low:
$ sudo apt-get install git-core Git-gui git-doc
the. git/refs/tags/directory instead of the heads directory. Therefore, it is easy to create a "Light tag.$ Git-tag my-first-tagIf you want to tag a commit ID, although this command can be implemented through the right-click menu in gitk, this command is very helpful for practical application.$ Git-tag mytag f0af6283824688f9d23426031734657661b54388The "signature tag" is a real git object. It not only contains a pointer to the state you want to mark,
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.