Click here to Skip to main content
15,890,438 members
Everything / GitHub

GitHub

GitHub

Great Reads

by Eric Lynch
This article will provide C# coding examples to introduce some of the more common features of GitHub's API.
by vickyqu115
How to create a day and night theme switch button using WPF
by Alexander Siniouguine
Article on how to reduce size of a bloated Github repository.
by Rubén Hinojosa Chapel
Prototype for a plugin architecture based on the Prism Library and the Modern UI for WPF (MUI) toolkit

Latest Articles

by vickyqu115
How to create a day and night theme switch button using WPF
by Ravi K. Acharya
Third and final part of the step-by-step guide to build a CI/CD pipeline for your Microsoft SQL Server database using Github, TeamCity and Octopus
by Divya Ulasala
This blog entry explains how to set up a different username and email id for a personal project.
by Taiseer Joudeh
Part 1 of a 10 post tutorial where we will build a full microservices app using Dapr and then deploy it to Azure Container Apps

All Articles

Sort by Updated

GitHub 

6 Apr 2019 by #realJSOP
BWA HA HA HA HA!!!!!! Seriously!?
21 Mar 2016 by 1Future
Hi All,I really need to download a file off a repo on github .. but for some reason i can't find the file..I'm new from to github so maybe i may be doing something wrong!So yeah .. i have been trying to get hold of a javascript file named 'dashboard.min.js' from the following repository...
30 Jun 2023 by _Maxxx_
I cloned a GitHb repository locally, and played with the project, and made some changes, with the intention of just using it myself.Now I would like to offer my changes to the owner.All the instructions I see tell me to Fork the repository, make changes, then make a pull request.But...
11 Apr 2022 by Admin BTA
Hi, This is a general question about how github can be used as a developer and as a user. I see interesting things on there, like the link below, but I am not sure how I can consume the code for myself, as in installing in in Mac OS X (there is...
26 Jan 2023 by Agnib Pyne 2022
Hi All, I am working on a demo project using .Net Web API with C#, Angular, Entity Framework. Saving the code into Github and finally deploying the API and Angular. The purpose is to learn the end-to-end implementation of the technologies. I am...
26 Jan 2023 by Agnib Pyne 2022
Hi All, I tried below steps and I could see its working on Postman and Browser as well: 1) Added [action] on Controller [Route("api/SocialMediaLinks/[action]")] 2) Removed '/' from the calling url ...
15 Jan 2020 by Ahmed Bouchefra
Setting up a custom domain for your GitHub hosted website
28 Dec 2019 by ahmed_sa
problem cannot check in only file i created or modified on source control git ? Hi i work on angular 7 project work on source control every time i finish my work i do git push origon master it push to all files on project i need only to push to specific files i modify or created Are this...
5 Jul 2020 by ahmed_sa
I'm beginner on git source control I have web application done by angular 7 exist on git source control AND I need to pull last changes to be same changes and files on local and server same . so I will write E:\PartDetails> git pull origin...
22 Jun 2022 by alex martins
Hello. I have an application made on TypeScript, deployed by GitHub Actions, hosted on Firebase - Google Cloud. I need set the "instance_class: B4" dynamic depending of environment I have 3 environments DEV, QA and PROD and I want to specify...
18 Jul 2014 by Alexander Sharykin
Creates activity charts for SVN repositories
2 Sep 2015 by Alexander Siniouguine
Article on how to reduce size of a bloated Github repository.
4 Apr 2016 by Anil Sharma1983
Please help me regarding this issueCurrently i have re-pushed and committed all my changes and local and remote "Master"is at 0 in fig. 1)i want to revert back all my changes from remote and get it back to at 1 positions in fig. This is same branch "MASTER"2)i want to revert back...
21 Jun 2015 by Anupam_Datta
Motion activated Pushbullet notification from your Arduino to your Smart Gadgets
8 Jul 2018 by Athari
A walkthrough of creating a user style which changes GitHub user interface to one resembling classic Windows GUI from Windows 9x.
16 Feb 2019 by atomic7777
Hi, when I'm making a release on Github (manual or by using git push --tags I get new release with zipped code attached. Is there a simple way to add compiled .js file like the first one below? Or a downloadable link at least (I get only a link to source editor in master branch) Releases:...
14 Mar 2023 by Avtem
So let's say i am in file view BRANCH_01/main.cpp. How do i switch to BRANCH_02 which doesn't have main.cpp (thus showing this error: The 'Avtem/ProjectXYZ' repository doesn't contain the 'main.cpp' path in 'BRANCH_02')? What I have tried: i...
24 Oct 2016 by B.O.B.
Tool to help merge ResX files while doing a merge in GitHub
26 Mar 2015 by Behnam Mohammadi
hii have problem with android studio some projects in Github has Gradle command to download but some has not, so i dont know how to add some module like https://github.com/pedant/sweet-alert-dialog[^] to android studio to use it when i download that source.In another word when i use...
17 Jan 2019 by Bùi Long Nghĩa
I am working in a team with Selenium. We work together by Git GUI. But I do not know how to pull the updated code of my co-worker.Could you please have any solution for me?What I have tried:I researched on Internet, but it just shows how to push code or clone project using Git GUI
5 Aug 2016 by calway
Have a look at git-tfs[^] which seems like a reasonable way to keep two repo's on the different plaforms in sync. It's not that hard to setup and use.
2 Feb 2015 by CHill60
I think you really ought to check out the GitHub community with this one ... e.g. https://help.github.com/articles/https-cloning-errors/[^]
21 Mar 2016 by CHill60
Quote:The js files get minimized into this when you run gulp into the dist folder. If you run the command 'gulp' from root folder the project should load on localhost:8888dashboard.min.js · Issue #100 · rdash/rdash-angular · GitHub[^]Step-by-step guide to using gulp (assumes complete...
21 Jul 2021 by Christian Specht
After auto-deploying Jekyll sites via Bitbucket Pipelines and GitHub Actions, I wanted to try the same thing via GitLab CI as well
3 Jul 2018 by CodingLover
I've folders (documents) of same name in different folder paths of the source structure. Some I want to avoid add into the Git repo while other to add. If I put something like below everything removed. documents/ What I have tried: So I've added multiple paths, and there a lot. ...
6 Jul 2022 by dan!sh
I was trying to create a little repository for code samples so I created an account at GIT hub. I have VS 2015 so I had to install GIT Hub extension to it. When I push the code from VS2015, I see that it is pushed under my another account with...
6 Jul 2022 by dan!sh
Setting on team explorer window allowed me to edit the email and user details.
21 Jul 2022 by daniel wakeley
When I sign into to Github on my pc it works perfectly. But when I sign in using my VM it won't work it tells me that my password or username is incorrect. How do I fix this? What I have tried: Resetting the password. Signing in and out. ...
28 Nov 2022 by Daniel89089
I see it listed as a feature on the Gitlab website, but I can't seem to find instructions on how to set one up (For that matter, any link to a Gitlab user manual would be most appreciated). Some of my searching has indicated that 'Merge...
28 Nov 2022 by Daniel89089
Thank you, Graeme. Do you also know of services that can check the source code? Make an analysis?
24 Apr 2014 by deBUGer!
What is the rght way of adding demo binary and source code to the article? I added source code to the related article workspace from github, but did not appear in the article's "Browse Code" page.Could you please provide me a link to detailed instruction?Thanks a lot in advance.
2 Jul 2015 by dhage.prashant01
Hi Friends, I'm new to GitHub, my client has provided me access to their repository on GitHub. Can you please help me to know how to download and map the project to visual studio 2013. How we get the latest code from GitHub and commit our changes to the GitHub.Thanks in advance
17 Jan 2021 by Dinand.dotnet
Use Github as Private Nuget Gallery
2 Oct 2022 by Divya Ulasala
This blog entry explains how to set up a different username and email id for a personal project.
25 Jan 2021 by DoingWork
Hi Guys I want to Install Gitlab server on Windows 10 that can be use only at local network. Help Required. What I have tried: I only know the use of Gitlab Client working. but now start working first time on gitlab server
8 May 2021 by DotNetLead.com
How to build and deploy Angular application using GitHub and Azure
5 Aug 2016 by Duncan Edwards Jones
I have a visual studio online repo (TFS) that I use for my "CQRS on Azure" stuff but folks are looking for a GitHub version so they can contribute - is it possible to set something up to keep them both in sync?I want to keep the "fast ring" on TFS but push to GitHub as a build step on a...