Git work FlowThe general work flow is as follows:
Clone a Git resource as a working directory.
Add or modify a file on a cloned resource.
If someone else modifies it, you can update the resource.
Review the changes before committing.
Commit the changes.
After the modification is complete, if an error is found, you can recall the submi
go to the e-disk to find the corresponding firstgit_key.pub, and then open with Notepad can also be recommended to use notepad++ free.Then copy the contents and then add the new key page as you like5. Download the project, submit the changesThis time you will be able to clone the project down, first you create a new folder in a location, then right back to the Git clone, and then fill in Oschina just your newly created project address. Then click OK,
current shell process ID. For Shell scripts, the process ID where these scripts are located
$
File name of the current script
$*
All arguments passed to the script or function, all parameters wrapped in a double quote"$1 $2 … $n"
[emailprotected]
All parameters passed to the script or function, each of which is wrapped in double quotation marks"$1" "$2" … "$n"
$_
Last parameter of previous command
$!
1.eclipse git development operation Flow 1.1 Process Introduction 1)master Master Branch, when the development version is fully validated, the branch can be combined into master,master The status of the release to be a product. 2 develop branch, a major branch of the usual development, feature bug feature or fixed a bug After the development of stable version. 3) Feature branch develop fe
1, https://raw.githubusercontent.com/petervanderdoes/gitflow-avh/develop/contrib/gitflow-installer.shCopy this and write it in the file.2, implementation./gitflow.sh Install stable3. Enter the project directory git flow init initialization environment$ git Flow init # all carriage returnsWhich branch should is used for
Git Workflow
In this section we will introduce you to Git's workflow.
The general work flow is as follows:
1. Clone Git resource as working directory.
2. Add or modify files on cloned resources.
3. If the other person changes, you can update the resources.
4. Review the changes before submitting them.
5. Submit changes.
6. After the modification is comple
Preparatory workFirst to configure SSH to operate the code, configure the operation please google.1, check out the warehousegit clone [email protected]:/path/to/repository2. Enter the project catalogueCD Project Path3. Get the latest skeleton codegit checkout Master (switch branch)Git pull (get the latest code)4. Create a new development branch MyfeatureGit checkout-b myfeature5, Save the change contentgit Add. Save all changes (including new, modifie
build tool), UHT (Unreal Header tool), UAT (Unreal Automation tool), and other build logicDev_core--Fstring, FName, Tarray, TList, TMap, Tset, Uobject, Uactorcomponent, aactor and other data structures and algorithmsDev_geometry--Calculation of geometry-relatedDev_networking--Network synchronization correlationDev_rendering--renderingDev_anim--Action behavior treeDev_sequencer--skeletal animation, cut-out animationDev_editor--EditorDev_framework--Gameplay frameDev_mobile-Android, iOS and other
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.