Editing /usr/local/bin/

Jump to: navigation, search

Warning: You are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to your username, along with other benefits.

The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then save the changes below to finish undoing the edit.
Latest revision Your text
Line 1,232: Line 1,232:
 
|gio-querymodules||[https://www.freebsd.org/cgi/man.cgi?query=gio-querymodules&apropos=0&sektion=0&manpath=FreeBSD+12.1-RELEASE+and+Ports&arch=default&format=html gio-querymodules] creates a giomodule.cache file in the listed      directories. This file lists the implemented extension points for each      module that has been found. It is used by GIO at runtime to avoid      opening all modules just to find out which extension points they are      implementing.
 
|gio-querymodules||[https://www.freebsd.org/cgi/man.cgi?query=gio-querymodules&apropos=0&sektion=0&manpath=FreeBSD+12.1-RELEASE+and+Ports&arch=default&format=html gio-querymodules] creates a giomodule.cache file in the listed      directories. This file lists the implemented extension points for each      module that has been found. It is used by GIO at runtime to avoid      opening all modules just to find out which extension points they are      implementing.
 
|-
 
|-
|git||[https://www.freebsd.org/cgi/man.cgi?query=git&apropos=0&sektion=0&manpath=FreeBSD+12.1-RELEASE+and+Ports&arch=default&format=html git] - the stupid content tracker; Git is a fast, scalable, distributed revision control system with an      unusually rich command set that provides both high-level operations and      full access to internals.
+
|git||[https://www.freebsd.org/cgi/man.cgi?query=git&apropos=0&sektion=0&manpath=FreeBSD+12.1-RELEASE+and+Ports&arch=default&format=html git] - the stupid content tracker
See [https://www.freebsd.org/cgi/man.cgi?query=gittutorial&sektion=7&apropos=0&manpath=FreeBSD+12.1-RELEASE+and+Ports gittutorial(7)] to get started, then see [https://www.freebsd.org/cgi/man.cgi?query=giteveryday&sektion=7&apropos=0&manpath=FreeBSD+12.1-RELEASE+and+Ports giteveryday(7)] for a useful      minimum set of commands. The Git User's Manual[1] has a more in-depth      introduction.
+
After you mastered the basic concepts, you can come back to this page      to learn what commands Git offers. You can learn more about individual      Git commands with "git help command". [https://www.freebsd.org/cgi/man.cgi?query=gitcli&sektion=7&apropos=0&manpath=FreeBSD+12.1-RELEASE+and+Ports gitcli(7)] manual page gives you
+
an overview of the command-line command syntax.        A formatted and hyperlinked copy of the latest Git documentation can be      viewed at https://git.github.io/htmldocs/git.html.
+
 
|-
 
|-
|git-cvsserver||[https://www.freebsd.org/cgi/man.cgi?query=git-cvsserver&apropos=0&sektion=0&manpath=FreeBSD+12.1-RELEASE+and+Ports&arch=default&format=html git-cvsserver] - A CVS server emulator for Git; This application is a CVS emulation layer for Git.
+
|git-cvsserver||
It is highly functional. However, not all methods are implemented, and      for those methods that are implemented, not all switches are      implemented.
+
 
+
 
|-
 
|-
 
|git-p4.py||
 
|git-p4.py||
 
|-
 
|-
|git-receive-pack||[https://www.freebsd.org/cgi/man.cgi?query=git-receive-pack&apropos=0&sektion=0&manpath=FreeBSD+12.1-RELEASE+and+Ports&arch=default&format=html git-receive-pack] - Receive what is pushed into the repository
+
|git-receive-pack||
 
|-
 
|-
|git-shell||[https://www.freebsd.org/cgi/man.cgi?query=git-shell&apropos=0&sektion=0&manpath=FreeBSD+12.1-RELEASE+and+Ports&arch=default&format=html git-shell] - Restricted login shell for Git-only SSH access
+
|git-shell||
 
|-
 
|-
|git-upload-archive||[https://www.freebsd.org/cgi/man.cgi?query=git-upload-archive&apropos=0&sektion=0&manpath=FreeBSD+12.1-RELEASE+and+Ports&arch=default&format=html git-upload-archive] - Send archive back to git-archive
+
|git-upload-archive||
 
|-
 
|-
|git-upload-pack||[https://www.freebsd.org/cgi/man.cgi?query=git-upload-pack&apropos=0&sektion=0&manpath=FreeBSD+12.1-RELEASE+and+Ports&arch=default&format=html git-upload-pack] - Send objects packed back to git-fetch-pack
+
|git-upload-pack||
 
|-
 
|-
 
|gjs-console||
 
|gjs-console||
Line 1,255: Line 1,250:
 
|glewinfo||
 
|glewinfo||
 
|-
 
|-
|glib-compile-resources||[https://www.freebsd.org/cgi/man.cgi?query=glib-compile-resources&apropos=0&sektion=0&manpath=FreeBSD+12.1-RELEASE+and+Ports&arch=default&format=html glib-compile-resources] reads the resource description from FILE and the  files that it references and creates a binary resource bundle that is      suitable for use with the GResource API. The resulting bundle is then      written out as-is, or as C source for linking into an application.
+
|glib-compile-resources||
 
|-
 
|-
|glib-compile-schemas||[https://www.freebsd.org/cgi/man.cgi?query=glib-compile-schemas&apropos=0&sektion=0&manpath=FreeBSD+12.1-RELEASE+and+Ports&arch=default&format=html glib-compile-schemas] compiles all the GSettings XML schema files in        DIRECTORY into a binary file with the name gschemas.compiled that can      be used by GSettings. The XML schema files must have the filename      extension .gschema.xml. For a detailed description of the XML file      format, see the GSettings documentation.
+
|glib-compile-schemas||
 
|-
 
|-
|glib-genmarshal||[https://www.freebsd.org/cgi/man.cgi?query=glib-genmarshal&apropos=0&sektion=0&manpath=FreeBSD+12.1-RELEASE+and+Ports&arch=default&format=html glib-genmarshal] is a small utility that generates C code marshallers      for callback functions of the GClosure mechanism in the GObject      sublibrary of GLib. The marshaller functions have a standard signature,      they get passed in the invoking closure, an array of value structures      holding the callback function parameters and a value structure for the      return value of the callback. The marshaller is then responsible to      call the respective C code function of the closure with all the      parameters on the stack and to collect its return value.
+
|glib-genmarshal||
 
|-
 
|-
|glib-gettextize||[https://www.freebsd.org/cgi/man.cgi?query=glib-gettextize&apropos=0&sektion=0&manpath=FreeBSD+12.1-RELEASE+and+Ports&arch=default&format=html glib-gettextize] helps to prepare a source package for being      internationalized through gettext. It is a variant of the gettextize      that ships with gettext.
+
|glib-gettextize||
 
|-
 
|-
 
|glib-mkenums||[https://www.freebsd.org/cgi/man.cgi?query=glib-mkenums&apropos=0&sektion=0&manpath=FreeBSD+12.1-RELEASE+and+Ports&arch=default&format=html glib-mkenums] is a small perl-script utility that parses C code to      extract enum definitions and produces enum descriptions based on text      templates specified by the user. Most frequently this script is used to      produce C code that contains enum values as strings so programs can      provide value name strings for introspection.
 
|glib-mkenums||[https://www.freebsd.org/cgi/man.cgi?query=glib-mkenums&apropos=0&sektion=0&manpath=FreeBSD+12.1-RELEASE+and+Ports&arch=default&format=html glib-mkenums] is a small perl-script utility that parses C code to      extract enum definitions and produces enum descriptions based on text      templates specified by the user. Most frequently this script is used to      produce C code that contains enum values as strings so programs can      provide value name strings for introspection.

Please note that all contributions to GhostBSD Wiki are considered to be released under the Creative Commons Attribution (see GhostBSD Wiki:Copyrights for details). If you do not want your writing to be edited mercilessly and redistributed at will, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource. Do not submit copyrighted work without permission!

To edit this page, please answer the question that appears below (more info):

Cancel | Editing help (opens in new window)