Tutorial by Topics: git

This documentation deals with the branch name of the git on the bash terminal. We developers need to find the git branch name very frequently. We can add the branch name along with the path to the current directory.
Like many other Version Control Systems, Git has a way to fire off custom scripts when certain important actions occur. There are two groups of these hooks: client-side and server-side. Client-side hooks are triggered by operations such as committing and merging, while server-side hooks run on netwo...
This document will take you through the steps to configure a Jenkins job that allows user to setup auto push on successful build.The push operation can be controlled by the user. User can choose if they want to perform the auto push operation on successful build or not.
rerere (reuse recorded resolution) allows you to tell git to remember how you resolved a hunk conflict. This allows it to be automatically resolved the next time that git encounters the same conflict.
If you change repository name on the remote side, such as your github or bitbucket, when you push your exisiting code, you will see error: Fatal error, repository not found**.
In this topic you will learn how to modify field attributes inherited from the PXStringList or PXIntList attributes. The demonstrated approach will make sure to not break functionality of the base Acumatica ERP product and require minimal maintenance, if any, while upgrading your customizations to a...
It starts to become difficult when we think clojurescript as a functionally pure language, that holds state for it UI components. It is simply, not possible. However, it is possible to separate out individual components as well as their states. We can do it by storing data/state in reagent/atom. Bu...
How to install and work with GitHub Desktop? GitHub Desktop is -as the name implies- an desktop environment for Windows and MacOS which includes the main features of Git like cloning, pushing, pulling (sync in GitHub Desktop), merging... The Desktop clients main purpose is to deliver an easier way...
Like most Version Control Systems (VCSs), Git has the ability to tag specific points in history as being important. Typically people use this functionality to mark release points (v1.0, and so on). git tag [-a | -s | -u < keyid >] [-f] [-m < msg > | -F < file >] < tagna...
What are GitHub buttons? GitHub buttons are buttons that you can add to your website that redirects users to any repository that you like! Credits: Gif images recorded with Recordit Static images taken with Snipping Tool Code editor used in full tutorials was codepen.io

Page 3 of 3