Skip to content

Practice: git environment settings #3

Open
@yeonns

Description

@yeonns

Practice: git environment settings

  1. Download git: https://git-scm.com/downloads
  2. Execute below command and check if git has been downloaded.
$ git --version
  1. Set user configuration
$ git config --global user.name "<YOUR_NAME>"
$ git config --global user.email "<YOUR_EMAIL>"
  1. Show your result with comments!
$ git --version
git version 2.37.0.windows.1
$ git config --list
diff.astextplain.textconv=astextplain
filter.lfs.clean=git-lfs clean -- %f
filter.lfs.smudge=git-lfs smudge -- %f
filter.lfs.process=git-lfs filter-process
filter.lfs.required=true
http.sslbackend=openssl
http.sslcainfo=D:/Programs/Git/mingw64/ssl/certs/ca-bundle.crt
core.autocrlf=true
core.fscache=true
core.symlinks=false
pull.rebase=false
credential.helper=manager-core
credential.https://dev.azure.com.usehttppath=true
init.defaultbranch=master
core.repositoryformatversion=0
core.filemode=false
core.bare=false
core.logallrefupdates=true
core.symlinks=false
core.ignorecase=true
[email protected]:yeonns/git-practice.git
remote.origin.fetch=+refs/heads/*:refs/remotes/origin/*
[email protected]
user.name=yeonns

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions