Jan David Narkiewicz (Developer)
Wednesday, November 13, 2024
PowerShell: Create a git branch for an issue (type, number and title)
›
On a project the branches used take the following form where issues are of type Bug, Task, etc: <issue type>/<user name>/<is...
Git: Merging a branch and Prioritizing Current Branch
›
In a local git repo, I was working on a branch. I had to merge with main. During the merge I wanted the changes made in my branch to be prio...
Thursday, August 1, 2024
Windows 11: Remove Microsoft News Widget
›
I will not make negative comments in my blog. Here is the command to uninstall the Microsoft News widget on Windows 11: winget uninstall Mic...
Sunday, July 28, 2024
Git: get remote URL of local Git Repo
›
From a console window where the current folder corresponds to a local git repo, run the following from a console: git remote -v An example o...
Wednesday, April 10, 2024
PowerShell: Folder Diff
›
With a new git repo, I after push the source code and then re-pull to a new local repo. To verify the .gitignore is correct, I diff the orig...
Wednesday, April 3, 2024
Visual Studio Code: Error Generation Bicep Template from Existing Azure Resource
›
The latest version of Microsoft's Bicep Extension (v0.26.54) for Visual Studio Code has a new behavior that causes an error message to b...
Tuesday, April 2, 2024
Visual Studio Code: Azure Extension Pack error "Expected value to be neither null nor undefined"
›
This post presents a solution to the following error displayed in Visual Studio Code when using the Azure Tools Extension Pack: Internal err...
‹
›
Home
View web version