Day 245

How to config GIT in VS Code...
#CodingPhase #TheCodingWay #365CodingPhaseChallenge

**********

[core]
    repositoryformatversion = 0
    filemode = true
    bare = false
    logallrefupdates = true
[remote "origin"]
    url = https://**********:**********@github.com/**********/git-course.git
    fetch = +refs/heads/*:refs/remotes/origin/*
[branch "master"]
    remote = origin
    merge = refs/heads/master

Comments

Popular posts from this blog

Day 1

Day 365 + 1

Day 365 + 2