Skip to content

Instantly share code, notes, and snippets.

View kayagultekin's full-sized avatar

Gültekin KAYA kayagultekin

  • Isparta, Turkey
View GitHub Profile
@kayagultekin
kayagultekin / SyncAForkedRepo.md
Last active August 25, 2022 16:20
Sync a forked repository with the remote source

Configuring a remote for a fork

source: https://help.github.com/articles/configuring-a-remote-for-a-fork/

You must configure a remote that points to the upstream repository in Git to sync changes you make in a fork with the original repository. This also allows you to sync changes made in the original repository with the fork.

  1. Open Git Bash.
  2. List the current configured remote repository for your fork.

git remote -v

using System;
using System.IO;
using System.Linq;
using System.Text;
namespace AbpWebSite.Templates
{
/// <summary>
/// Used to rename a solution
/// </summary>