• Is it possible to add git hub libraries in worpdress ?
    if yes can anyone tell me how i can integrate it.
    Thank You

Viewing 2 replies - 1 through 2 (of 2 total)
  • Git itself is just a version control system, not really an interpreter. It’s basically a hard drive for storage ( to simplify it A LOT ).

    By ‘add git hub libraries in WordPress’ I assume you found something need on Git that you want to use. You need to simply download it on GitHub, and move it where you want it to be ( the big green download button ).

    Chances are you’ve probably not used git command line yet – if that’s the case, I suggest you start here: https://git-scm.com/book/en/v2/Git-Basics-Getting-a-Git-Repository

    Moderator bcworkz

    (@bcworkz)

    Like Jerry said, but additionally, depending on what sort of libraries you’re talking about, some adjustment may be necessary to get them to interface with WP. What that entails depends on the specific code you’re contemplating. OTOH, if the libraries are WP specific, it may be ready to go, just download from GitHub and upload to your server.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Git Libraries in wordpress’ is closed to new replies.