Managing Business Central Development with Git: Amending History
Feb13

Managing Business Central Development with Git: Amending History

Preamble This is the start of a series of posts about managing AL development with Git. I don’t profess to be a Git expert and much of what I write about will not exclusively apply to Business Central development. This is a collection of approaches I’ve found to be useful when it comes to managing our source code. Take what you will, discard the rest, vociferously argue with me if you feel… Continue Reading...

Read More
How to Learn GIT? | What is GIT Hub | Learn GIT | Intellipaat – YouTube
Jan29

How to Learn GIT? | What is GIT Hub | Learn GIT | Intellipaat – YouTube

?Intellipaat Git course: https://intellipaat.com/git-github-training/ In this ‘how to learn GIT video you will learn what is git, why do we use it , about git hub and the various git commands that we use in a day to day life . #GithubTutorial #Git #GitHub #gittutorial #DevOps #DevOpsTutorial #DevOpsTraining #GitTutorialforBeginners #learnGit # ? Do subscribe to Intellipaat channel & get regular updates on videos:...

Read More
Working with Git Branches in Visual Studio 2019
Oct22

Working with Git Branches in Visual Studio 2019

Continuing our previous posts, let us now see how we can work with branches within Visual Studio 2019. Branches give the option to isolate the work from the original code base, this way we could have a developer(s) working on bug fixes, new features etc. which then can be merged back to the master branch … Continue reading “Working with Git Branches in Visual Studio 2019” Continue Reading Nishant Rana’s...

Read More
Perform basic Git operations with Visual Studio 2019
Oct22

Perform basic Git operations with Visual Studio 2019

In the previous post, https://nishantrana.me/2019/10/21/getting-started-with-git-repository-in-visual-studio-2019/ we learned how to setup and  get started with Git Repository in Visual Studio 2019. In this post, we will learn how to perform some of the basic operations like commit, push, fetch, pull, etc. and how to merge the conflicts. Let us open the solution created in the last … Continue… Continue Reading Nishant...

Read More
Getting started with Git Repository in Visual Studio 2019
Oct21

Getting started with Git Repository in Visual Studio 2019

Let us go through the steps to set up a Git Repository in Visual Studio 2019. Open Visual Studio 2019 Go to Tools à Option and Set Git as source control plugin (if not set) To create a new Repository, select Home àProjects and New Repository. Provide the path and click on Create. Click on the … Continue reading “Getting started with Git Repository in Visual Studio 2019” Continue Reading Nishant Rana’s...

Read More
Git Tutorial | Github Tutorial | Git Tutorial for Beginners | Intellipaat – YouTube
Jul13

Git Tutorial | Github Tutorial | Git Tutorial for Beginners | Intellipaat – YouTube

?Intellipaat Git course: https://intellipaat.com/git-github-training/ In this git tutorial for beginners you will learn what is git, why do we use it and the various git commands that we use in a day to day life. #GithubTutorial #GitTutorial #Intellipaat #Git #GitHub #GitTutorialforBeginners #LearnGit #DevOps #DevOpsTutorial#DevOpsTraining #DevOpsTools #DevOpsTutorialforBeginners #WhatisDevOps ? Do subscribe to Intellipaat channel...

Read More
What is Git | Git Lifecycle & How Git Works | Git Tutorial For Beginners | Intellipaat – YouTube
Feb27

What is Git | Git Lifecycle & How Git Works | Git Tutorial For Beginners | Intellipaat – YouTube

In this Git tutorial for beginners video you will learn what is git, the git lifecycle & how git works in detail. So basically you will learn how files are processed in git lifecycle through the stages like working directory to staging area to finally commit in this short git in 20 minutes video. Intellipaat DevOps Course:- https://intellipaat.com/DevOps-certification-training/ This Git introduction video helps you to learn...

Read More

Source Code Management: Migrating to Git

This is the third post in a series about source code management. You can start here if you haven’t read the others in the series. There we were, happy as the proverbial Larry, checking our code into TFVC, requesting code reviews, branching, merging, viewing file history, comparing versions, annotating and writing a lot of PowerShell to automate tasks with the VSTS API. We were feeling pretty… Continue Reading james’s...

Read More

Git 101 – The Basics – YouTube

In this webinar Kamil Sacek explains the basics of GIT. The webinar is targetted at Dynamics NAV developers but can be interesting for anyone. source

Read More
Git Tutorial | DevOps Tutorial | DevOps Tools | DevOps Skills | Cloud DevOps | Intellipaat – YouTube
Jun06

Git Tutorial | DevOps Tutorial | DevOps Tools | DevOps Skills | Cloud DevOps | Intellipaat – YouTube

Intellipaat DevOps course: https://intellipaat.com/devops-certification-training/ This Tutorial video on GIT explains about the basics of GIT and how it helps to work with the code. This tutorial will also let you understand the working of GIT with jgate. Apart from that you will get to know about the concepts of branching in Git as well in this video. If you’ve enjoyed this video, Like us and Subscribe to our channel for more similar...

Read More

'Error while copying content to a stream' when pushing to Git

Whilst pushing a recent commit on SparkleXRM I recieved the following error: An error was raised by libgit2. Category = Net (Error). Error while copying content to a stream. I turned it off again (rebooted), and used fiddler to trace what was going with no luck. In a last ditch attempt I changed the networking on my virtual machine from NAT to Bridged and hey presto it worked agiain. So it… Continue Reading Develop1’s...

Read More