Personal Notes Parmi

GIT in my laragon


C:\laragon\www(main -> origin) λ git --version git version 2.37.3.windows.1 C:\laragon\www(main -> origin) λ git status On branch main Your branch is up to date with 'origin/main'. Untracked files: (use "git add <file>..." to include in what will be committed) .vscode/ AutoURL.php AutoURL2.php AutoURL21.php Code_0_1.ico Code_0_2.ico Code_0_3.ico ContohEfekHoverdiTengah.html Copilot/ HTMLy/ ImportDB/ MyFam/ MySQLConv/ SNPeplink.php SNPeplink2.php SNPeplink3.php SNPeplink4.php SNPeplink5.php Spirits/ StrukturContoh/ XMLRead/ anekakebutuhan/ animate.min.css audio_background.html autoclose.html backgroundimage.html biodata/ chat/ chatDB/ client.html codesandbox/ content.php cookies.html crud-lab/ dirList.html efekanimasi.html external.php faq1.html faq1.txt faq2.html favico/ favicon.ico footer.php gallery/ header.php htmlmoreelemen.html index.html index.php index1.html landing/ login.html login.php ls.html manual/ page/ privacy-policy qw/ saatini.php saatini10.php saatini11.php saatini12.php saatini13.php saatini18.php saliti-aneka/ saliti.my.id/ saliti.xyz/ ss.html terms-of-service three/ ubahtutup.html variable/ w3sch/ web!!/ webprog.html nothing added to commit but untracked files present (use "git add" to track) C:\laragon\www(main -> origin) λ git status -s ?? .vscode/ ?? AutoURL.php ?? AutoURL2.php ?? AutoURL21.php ?? Code_0_1.ico ?? Code_0_2.ico ?? Code_0_3.ico ?? ContohEfekHoverdiTengah.html ?? Copilot/ ?? HTMLy/ ?? ImportDB/ ?? MyFam/ ?? MySQLConv/ ?? SNPeplink.php ?? SNPeplink2.php ?? SNPeplink3.php ?? SNPeplink4.php ?? SNPeplink5.php ?? Spirits/ ?? StrukturContoh/ ?? XMLRead/ ?? anekakebutuhan/ ?? animate.min.css ?? audio_background.html ?? autoclose.html ?? backgroundimage.html ?? biodata/ ?? chat/ ?? chatDB/ ?? client.html ?? codesandbox/ ?? content.php ?? cookies.html ?? crud-lab/ ?? dirList.html ?? efekanimasi.html ?? external.php ?? faq1.html ?? faq1.txt ?? faq2.html ?? favico/ ?? favicon.ico ?? footer.php ?? gallery/ ?? header.php ?? htmlmoreelemen.html ?? index.html ?? index.php ?? index1.html ?? landing/ ?? login.html ?? login.php ?? ls.html ?? manual/ ?? page/ ?? privacy-policy ?? qw/ ?? saatini.php ?? saatini10.php ?? saatini11.php ?? saatini12.php ?? saatini13.php ?? saatini18.php ?? saliti-aneka/ ?? saliti.my.id/ ?? saliti.xyz/ ?? ss.html ?? terms-of-service ?? three/ ?? ubahtutup.html ?? variable/ ?? w3sch/ ?? web!!/ ?? webprog.html C:\laragon\www(main -> origin) λ git config --list core.symlinks=false core.autocrlf=true core.fscache=true color.diff=auto color.status=auto color.branch=auto color.interactive=true help.format=html diff.astextplain.textconv=astextplain rebase.autosquash=true 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 credential.helper=helper-selector user.email=parama.peplink@gmail.com user.name=paramanp safe.directory=C:/laragon/www core.repositoryformatversion=0 core.filemode=false core.bare=false core.logallrefupdates=true core.symlinks=false core.ignorecase=true remote.origin.url=https://github.com/paramanp/import_php.git remote.origin.fetch=+refs/heads/*:refs/remotes/origin/* branch.main.remote=origin branch.main.merge=refs/heads/main C:\laragon\www(main -> origin) λ git config user.name paramanp C:\laragon\www(main -> origin) λ git config user.email parama.peplink@gmail.com C:\laragon\www(main -> origin) λ git branch * main C:\laragon\www(main -> origin) λ git --help usage: git [-v | --version] [-h | --help] [-C <path>] [-c <name>=<value>] [--exec-path[=<path>]] [--html-path] [--man-path] [--info-path] [-p | --paginate | -P | --no-pager] [--no-replace-objects] [--bare] [--git-dir=<path>] [--work-tree=<path>] [--namespace=<name>] [--super-prefix=<path>] [--config-env=<name>=<envvar>] <command> [<args>] These are common Git commands used in various situations: start a working area (see also: git help tutorial) clone Clone a repository into a new directory init Create an empty Git repository or reinitialize an existing one work on the current change (see also: git help everyday) add Add file contents to the index mv Move or rename a file, a directory, or a symlink restore Restore working tree files rm Remove files from the working tree and from the index examine the history and state (see also: git help revisions) bisect Use binary search to find the commit that introduced a bug diff Show changes between commits, commit and working tree, etc grep Print lines matching a pattern log Show commit logs show Show various types of objects status Show the working tree status grow, mark and tweak your common history branch List, create, or delete branches commit Record changes to the repository merge Join two or more development histories together rebase Reapply commits on top of another base tip reset Reset current HEAD to the specified state switch Switch branches tag Create, list, delete or verify a tag object signed with GPG collaborate (see also: git help workflows) fetch Download objects and refs from another repository pull Fetch from and integrate with another repository or a local branch push Update remote refs along with associated objects 'git help -a' and 'git help -g' list available subcommands and some concept guides. See 'git help <command>' or 'git help <concept>' to read about a specific subcommand or concept. See 'git help git' for an overview of the system. C:\laragon\www(main -> origin) λ git log commit 47887cb4c68016ee46fd1632cffa72c4394e3a44 (HEAD -> main, origin/main) Author: paramanp <parama.peplink@gmail.com> Date: Tue May 19 11:54:11 2026 +0700 Initial commit: upload project php-the-right-way C:\laragon\www(main -> origin) λ
C:\laragon\www(main -> origin)
λ git branch
* main

C:\laragon\www(main -> origin)
λ
C:\laragon\www(main -> origin)
λ # Semua branch lokal + remote tracking
'#' is not recognized as an internal or external command,
operable program or batch file.

C:\laragon\www(main -> origin)
λ git branch -a
* main
  remotes/origin/main

C:\laragon\www(main -> origin)
λ
C:\laragon\www(main -> origin)
λ # Branch lokal + remote + informasi commit terakhir
'#' is not recognized as an internal or external command,
operable program or batch file.

C:\laragon\www(main -> origin)
λ git branch -av
* main                47887cb Initial commit: upload project php-the-right-way
  remotes/origin/main 47887cb Initial commit: upload project php-the-right-way

C:\laragon\www(main -> origin)
λ
λ git branch -av
* main                47887cb Initial commit: upload project php-the-right-way
  remotes/origin/main 47887cb Initial commit: upload project php-the-right-way

C:\laragon\www(main -> origin)
λ :: test
C:\laragon\www(main -> origin)
λ rem remark saja

C:\laragon\www(main -> origin)
λ