ผลต่างระหว่างรุ่นของ "กูเกิล เสิร์ช"

เนื้อหาที่ลบ เนื้อหาที่เพิ่ม
ไม่มีความย่อการแก้ไข
ป้ายระบุ: ถูกย้อนกลับแล้ว แก้ไขจากอุปกรณ์เคลื่อนที่ แก้ไขด้วยแอปสำหรับอุปกรณ์เคลื่อนที่ แก้ไขด้วยแอปสำหรับไอโอเอส
Potapt (คุย | ส่วนร่วม)
ย้อนการแก้ไขที่ 9125675 สร้างโดย 2001:FB1:154:DDF4:D4CC:47E2:6346:F57C (พูดคุย)
ป้ายระบุ: ทำกลับ
บรรทัด 1:
{{กล่องข้อมูล เว็บไซต์
Git Guides
| name = Google
Git
| logo = [[ไฟล์:Google 2015 logo.svg|200px]]
Install
| screenshot =
Init
| caption =
Clone
| url = [http://www.google.com/ www.google.com]
Add
| commercial = ใช่
Commit
| type = [[เสิร์ชเอนจิน]]
Remote
| language = หลายภาษา (100+)
Status
| registration = ไม่จำเป็น
Pull
| owner = [[กูเกิล]]
Push
| author = [[แลร์รี เพจ]] และ[[เซอร์เกย์ บริน]]
Install Git
| launch date = 15 กันยายน พ.ศ. 2540<ref>{{cite web | url=http://whois.dnsstuff.com/tools/whois.ch?ip=google.com | title=WHOIS - google.com | accessdate=2007-08-10|archiveurl=http://archive.is/Wcuv|archivedate=2012-05-29}}</ref>
How to install Git on any OS
| current status = active
Git can be installed on the most common operating systems like Windows, Mac, and Linux. In fact, Git comes installed by default on most Mac and Linux machines!
| revenue = จาก [[แอดเวิดส์]]
Checking for Git
}}
To see if you already have Git installed, open up your terminal application.
 
If you're on a Mac, look for a command prompt application called "Terminal".
'''กูเกิล เสิร์ช''' ({{lang-en|Google Search}}) เป็น[[เสิร์ชเอนจิน]]จาก[[กูเกิล]] และเป็นเสิร์ชเอนจินที่มีคนใช้งานมากที่สุดในโลก โดยมีการค้นหามากกว่า หนึ่งร้อยล้านครั้งต่อวัน โดยมีผู้ใช้งานกว่า 1.643 พันล้านคนต่อปี จากผลการสำรวจในปี 2551<ref>[http://siteanalytics.compete.com/google.com?metric=uv Google attracts 1.6 billion visitors yearly]</ref>
If you're on a Windows machine, open the windows command prompt or "Git Bash".
Once you've opened your terminal application, type git version. The output will either tell you which version of Git is installed, or it will alert you that git is an unknown command. If it's an unknown command, read further and find out how to install Git.
Install Git Using GitHub Desktop
Installing GitHub Desktop will also install the latest version of Git if you don't already have it. With GitHub Desktop, you get a command line version of Git with a robust GUI. Regardless of if you have Git installed or not, GitHub Desktop offers a simple collaboration tool for Git. You can learn more here.
Install Git on Windows
Navigate to the latest Git for Windows installer and download the latest version.
Once the installer has started, follow the instructions as provided in the Git Setup wizard screen until the installation is complete.
Open the windows command prompt (or Git Bash if you selected not to use the standard Git Windows Command Prompt during the Git installation).
Type git version to verify Git was installed.
Note: git-scm is a popular and recommended resource for downloading Git for Windows. The advantage of downloading Git from git-scm is that your download automatically starts with the latest version of Git included with the recommended command prompt, Git Bash . The download source is the same Git for Windows installer as referenced in the steps above.
Install Git on Mac
Most versions of MacOS will already have Git installed, and you can activate it through the terminal with git version. However, if you don't have Git installed for whatever reason, you can install the latest version of Git using one of several popular methods as listed below:
Install Git From an Installer
Navigate to the latest macOS Git Installer and download the latest version.
Once the installer has started, follow the instructions as provided until the installation is complete.
Open the command prompt "terminal" and type git version to verify Git was installed.
Note: git-scm is a popular and recommended resource for downloading Git on a Mac. The advantage of downloading Git from git-scm is that your download automatically starts with the latest version of Git. The download source is the same macOS Git Installer as referenced in the steps above.
Install Git from Homebrew
Homebrew is a popular package manager for macOS. If you already have Homwbrew installed, you can follow the below steps to install Git:
Open up a terminal window and install Git using the following command: brew install git.
Once the command output has completed, you can verify the installation by typing: git version.
Install Git on Linux
Fun fact: Git was originally developed to version the Linux operating system! So, it only makes sense that it is easy to configure to run on Linux.
You can install Git on Linux through the package management tool that comes with your distribution.
Debian/Ubuntu
Git packages are available using apt.
It's a good idea to make sure you're running the latest version. To do so, Navigate to your command prompt shell and run the following command to make sure everything is up-to-date: sudo apt-get update.
To install Git, run the following command: sudo apt-get install git-all.
Once the command output has completed, you can verify the installation by typing: git version.
Fedora
Git packages are available using dnf.
To install Git, navigate to your command prompt shell and run the following command: sudo dnf install git-all.
Once the command output has completed, you can verify the installation by typing: git version.
Note: You can download the proper Git versions and read more about how to install on specific Linux systems, like installing Git on Ubuntu or Fedora, in git-scm's documentation.
Other Methods of Installing Git
Looking to install Git via the source code? Learn more here.
Contribute to this article on GitHub.
 
== ระบบของโปรแกรมกูเกิล ==